MyAbc_i.c
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- /* 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 Sun Feb 28 14:37:40 2010
- */
- /* Compiler settings for D:VCday13MyAbcMyAbc.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_IAbc = {0x06585D57,0xFD99,0x4D38,{0x96,0x69,0xCB,0x62,0x32,0x02,0x0A,0x40}};
- const IID LIBID_MYABCLib = {0xA10B1048,0xF6DC,0x43F8,{0xB5,0x72,0x03,0x3C,0x12,0xE4,0x56,0x00}};
- const IID DIID__IAbcEvents = {0x9E09D602,0x72BA,0x4D65,{0xB0,0xD3,0x1C,0x68,0xA7,0x7B,0x63,0xCC}};
- const CLSID CLSID_Abc = {0xA8652099,0xD95C,0x4D23,{0xA7,0x5C,0xFA,0x00,0xF0,0xBF,0x87,0x03}};
- #ifdef __cplusplus
- }
- #endif