代码搜索结果

找到约 10,000 项符合 Sound 的代码

sound.bid

#ifndef SOUND_BID #define SOUND_BID #define AEECLSID_SOUND 0x10080101 #endif //SOUND_BID

sound.h

// Sound.h #ifndef __SOUND_H__ #define __SOUND_H__ #include "stdafx.h" #include class CWave { public: CWave(); CWave( const char * ); CWave( const char *, HINSTANCE )