beepcntmod_i.c

来自「ATL编程的基础用于对基于ATL的OPC服务器的框架,程序基于MFC单文档.」· C语言 代码 · 共 51 行

C
51
字号
/* 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 Fri Jan 12 19:26:05 2007
 */
/* Compiler settings for D:\工程\BOOK\OPC-book\new\源码与规范\书中源码\第二章\beep\Step 1\BeepCntMod.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_IBeepCnt = {0xAE73F2F7,0x4E95,0x11D2,{0xA2,0xE1,0x00,0xC0,0x4F,0x8E,0xE2,0xAF}};


const IID LIBID_BEEPCNTMODLib = {0x170BBD8D,0x4DE8,0x11D2,{0xA2,0xE0,0x00,0xC0,0x4F,0x8E,0xE2,0xAF}};


const CLSID CLSID_BeepCnt = {0xAE73F2F8,0x4E95,0x11D2,{0xA2,0xE1,0x00,0xC0,0x4F,0x8E,0xE2,0xAF}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?