www.pudn.com > smstoaspdd.rar > sms_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 Thu Jan 27 11:41:06 2005 
 */ 
/* Compiler settings for E:\sms\sms.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_Isend = {0x458C907C,0x5E2B,0x4FF6,{0xA4,0x63,0x8C,0xE7,0xE4,0x39,0x20,0x05}}; 
 
 
const IID LIBID_SMSLib = {0x93D957BA,0x549F,0x48A8,{0xA3,0x5A,0xCD,0xBF,0xC1,0x9C,0xEB,0x66}}; 
 
 
const CLSID CLSID_send = {0xE5582829,0x4EAA,0x4C4C,{0x90,0x55,0xF2,0x6E,0xBB,0x00,0x83,0x9F}}; 
 
 
#ifdef __cplusplus 
} 
#endif