MailSvrConfig_i.c
资源名称:SmartMailSvr [点击查看]
上传用户:qdlutongda
上传日期:2007-01-14
资源大小:133k
文件大小:1k
源码类别:
Email客户端
开发平台:
Visual 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 Mon Jul 01 16:17:00 2002
- */
- /* Compiler settings for E:workMail服务器MailSvrConfigMailSvrConfig.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_IMailSvrConfigCtrl = {0x1C239919,0x7E94,0x48D9,{0x8C,0x65,0x69,0x65,0x87,0x96,0xD5,0x96}};
- const IID LIBID_MAILSVRCONFIGLib = {0x6A98C0EB,0x215C,0x4D4A,{0x87,0xFB,0x49,0x7A,0xB3,0x8D,0x7E,0x26}};
- const CLSID CLSID_MailSvrConfigCtrl = {0x13B8D082,0xDBB3,0x4E9C,{0xAF,0x5C,0x74,0x6F,0xBC,0xE3,0x8F,0x0D}};
- #ifdef __cplusplus
- }
- #endif