📄 audioactivex_i.c
字号:
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Jun 09 09:51:51 2007
*/
/* Compiler settings for F:\Zhang\Project\AudioActiveX\AudioActiveX.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __IID_DEFINED__
#define __IID_DEFINED__
typedef struct _IID
{
unsigned long x;
unsigned short s1;
unsigned short s2;
unsigned char c[8];
} IID;
#endif // __IID_DEFINED__
#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED
const IID IID_IWaveAudio = {0xCA21A85A,0x1445,0x4311,{0x99,0xD3,0x68,0x05,0x55,0xF8,0x93,0xD4}};
const IID LIBID_AUDIOACTIVEXLib = {0x2268A02E,0x99A7,0x4BA4,{0xAA,0x97,0x9B,0xF3,0xEB,0x31,0x39,0xE9}};
const IID DIID__IWaveAudioEvents = {0xA7699EF7,0xA15A,0x485A,{0x84,0xD5,0xC2,0x70,0x30,0x1D,0x67,0xEF}};
const CLSID CLSID_WaveAudio = {0x97688623,0xDB40,0x46A5,{0x91,0xBA,0x48,0x51,0x7C,0xD8,0x8E,0x7D}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -