adoquery_i.c

来自「Visual C++高级编程及其项目应用开发(含源代码)」· 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 Sat Jul 26 21:37:32 2003
 */
/* Compiler settings for E:\『学校工作』\【我的VC】\vc书中源代码\最终项目\AdoQuery\AdoQuery.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_IGxp_adoQuery = {0x2C692CB3,0x41F0,0x42AC,{0xA2,0xC2,0xA8,0x86,0x04,0x05,0xDF,0x34}};


const IID LIBID_ADOQUERYLib = {0xDBA0904C,0x8FAA,0x4410,{0xA7,0xCF,0x53,0x69,0xF2,0xA6,0x13,0xE6}};


const CLSID CLSID_Gxp_adoQuery = {0x597F7598,0x48F0,0x4895,{0xA8,0x2D,0x92,0x1C,0x90,0x34,0x79,0x38}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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