代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
sound.c
/*!
* Example program.
* Copyright (c) 2004 by BREW Development Team, Zhejiang University.
* All Rights Reserved.
*/
/*!-----------------------------------
@file sound.c
@author
sound.dsp
# Microsoft Developer Studio Project File - Name="sound" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyn
sound.bid
#ifndef SOUND_BID
#define SOUND_BID
#define AEECLSID_SOUND 0x10080101
#endif //SOUND_BID
sound.cpp
#include "Sound.h"
#define SAFE_RELEASE(p) {if (p) { p->Release(); p = NULL;}}
CSound::CSound()
{
CoInitialize(NULL);
m_pDirectAudioPerformance = NULL;
m_pDirectAudioLoader = NULL;
sound.h
#ifndef SOUND_H
#define SOUND_H
#include
#include
#include
#pragma comment(lib,"dsound.lib")
#pragma comment(lib,"strmiids.lib")
class CSound;
class CW
sound.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(STACK) refers (Speci
sound.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {