RNSO_i.c
资源名称:rnso.zip [点击查看]
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
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 Wed Nov 04 21:05:38 1998
- */
- /* Compiler settings for RNSO.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_IGenericObserver = {0x9398D870,0x4F98,0x11D2,{0xA9,0x3D,0xBE,0x57,0xB2,0x00,0x00,0x00}};
- const IID IID_IGenericObserverNotification = {0xE47357D4,0x5074,0x11D2,{0xA9,0x3F,0x90,0x08,0x42,0x00,0x00,0x00}};
- const IID LIBID_RNSOLib = {0x556C55A0,0x4F26,0x11D2,{0xA9,0x3C,0xEE,0x91,0xCF,0x00,0x00,0x00}};
- const CLSID CLSID_GenericObserver = {0x9398D871,0x4F98,0x11D2,{0xA9,0x3D,0xBE,0x57,0xB2,0x00,0x00,0x00}};
- #ifdef __cplusplus
- }
- #endif