www.pudn.com > PosActiveX.rar > PosActiveX_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 Fri Jul 12 15:19:20 2002 
 */ 
/* Compiler settings for E:\城市一卡通客户端\PosActiveX\PosActiveX.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_IPosCtrl = {0xF17752BC,0x480A,0x47E3,{0xBD,0xED,0x93,0xBA,0xBE,0xE4,0xBD,0xCF}}; 
 
 
const IID LIBID_POSACTIVEXLib = {0xD01E8729,0xEF12,0x4F09,{0xAC,0xE2,0x3B,0x3D,0x26,0xCC,0xD2,0x9A}}; 
 
 
const IID DIID__IPosCtrlEvents = {0x6FDCFE84,0xBDAD,0x401B,{0xB2,0xB1,0x09,0xE3,0x5D,0x91,0x31,0x74}}; 
 
 
const CLSID CLSID_PosCtrl = {0x36FBEDEC,0xC279,0x483A,{0x86,0x01,0xC8,0x13,0x39,0xE0,0x5F,0x4F}}; 
 
 
#ifdef __cplusplus 
} 
#endif