📄 cxgps_i.c
字号:
/* 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 Tue Mar 30 15:43:50 2004
*/
/* Compiler settings for E:\安徽出差2004\Prj_Monitor\client\GPS组件\CXGPS\CXGPS.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_IGPS = {0x2EB5D478,0xCF98,0x4714,{0xBC,0x2B,0xB2,0x10,0xB6,0x4D,0x3B,0x6D}};
const IID LIBID_CXGPSLib = {0x3E77F9A5,0x1A18,0x449A,{0xA8,0xEE,0xD1,0xA5,0x15,0xDE,0xB4,0xE5}};
const IID DIID__IGPSEvents = {0xF206555D,0x5089,0x4052,{0x80,0xB7,0xDA,0xF7,0x11,0xA8,0xF4,0x35}};
const CLSID CLSID_GPS = {0x6EE80CE0,0x27B3,0x4B77,{0xA7,0x5C,0xEE,0x41,0x32,0xAC,0xD3,0xE2}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -