www.pudn.com > FileMemView.rar > FileMemView_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 Jul 12 13:54:51 2005 
 */ 
/* Compiler settings for C:\ÑÖÆ½\FileMemView\FileMemView.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_IFMemView = {0x2C92F3F8,0xEB7F,0x44FE,{0x92,0x5D,0x68,0xFB,0xA4,0xB4,0x49,0xD6}}; 
 
 
const IID LIBID_FILEMEMVIEWLib = {0xBF519D26,0xF34D,0x4DD0,{0xAF,0x63,0x5D,0xC3,0xC4,0x39,0x73,0x1A}}; 
 
 
const CLSID CLSID_FMemView = {0x5F530E7B,0x50FF,0x4B74,{0x97,0xD1,0x88,0xD0,0xE6,0x17,0x81,0x2A}}; 
 
 
#ifdef __cplusplus 
} 
#endif