mmcore_i.c

来自「an Atl_com use to read or write an mdb f」· 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 Thu May 10 10:33:46 2007
 */
/* Compiler settings for C:\STCDB\DLLCode20070426\MMCore.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 LIBID_MMCORELib = {0xCEE803C9,0x933F,0x4578,{0x80,0x39,0x9B,0x05,0xDB,0x97,0x0F,0xC4}};


const IID IID_IDataCore = {0x5964C538,0xE94C,0x4F86,{0x90,0x2F,0x08,0x06,0x2D,0x35,0x7D,0xDF}};


const CLSID CLSID_DataCore = {0x709DC449,0xD693,0x49F4,{0x9A,0x5D,0x9B,0x90,0x6F,0x38,0xFE,0x02}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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