ExDAL_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 Wed Mar 03 10:53:36 2010
- */
- /* Compiler settings for C:VCday15ExDALExDAL.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_IDALMyBooks = {0xF270E926,0x96ED,0x43BF,{0xAF,0x85,0x78,0xE2,0xA4,0xBF,0x3B,0x13}};
- const IID LIBID_EXDALLib = {0xE97DB0EC,0xFE58,0x404A,{0xA5,0x3F,0xDA,0x87,0xF2,0xDC,0x6C,0xFC}};
- const CLSID CLSID_DALMyBooks = {0x7F977615,0x759D,0x4A23,{0xAB,0x05,0x92,0xCB,0x1D,0xDB,0x21,0x72}};
- #ifdef __cplusplus
- }
- #endif