www.pudn.com > PropBrowser_demo.zip > PropBrowser_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 3.01.75 */ 
/* at Thu Jun 10 18:20:32 1999 
 */ 
/* Compiler settings for PropBrowser.idl: 
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext 
    error checks: none 
*/ 
//@@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_PROPBROWSERLib = {0x12892D01,0x03FF,0x11D3,{0x84,0xF5,0x00,0xC0,0x4F,0xD1,0xE2,0xCA}}; 
 
 
const IID IID_IPBDemoCtrl = {0x12892D10,0x03FF,0x11D3,{0x84,0xF5,0x00,0xC0,0x4F,0xD1,0xE2,0xCA}}; 
 
 
const CLSID CLSID_PBDemoCtrl = {0x12892D11,0x03FF,0x11D3,{0x84,0xF5,0x00,0xC0,0x4F,0xD1,0xE2,0xCA}}; 
 
 
const CLSID CLSID_DemoCtrlPage = {0x6D52C29F,0x0459,0x11D3,{0x87,0xAE,0x00,0xA0,0x24,0x72,0xFF,0xC8}}; 
 
 
#ifdef __cplusplus 
} 
#endif