RNSO_i.c
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 5.01.0164 */
  5. /* at Wed Nov 04 21:05:38 1998
  6.  */
  7. /* Compiler settings for RNSO.idl:
  8.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  9.     error checks: allocation ref bounds_check enum stub_data 
  10. */
  11. //@@MIDL_FILE_HEADING(  )
  12. #ifdef __cplusplus
  13. extern "C"{
  14. #endif 
  15. #ifndef __IID_DEFINED__
  16. #define __IID_DEFINED__
  17. typedef struct _IID
  18. {
  19.     unsigned long x;
  20.     unsigned short s1;
  21.     unsigned short s2;
  22.     unsigned char  c[8];
  23. } IID;
  24. #endif // __IID_DEFINED__
  25. #ifndef CLSID_DEFINED
  26. #define CLSID_DEFINED
  27. typedef IID CLSID;
  28. #endif // CLSID_DEFINED
  29. const IID IID_IGenericObserver = {0x9398D870,0x4F98,0x11D2,{0xA9,0x3D,0xBE,0x57,0xB2,0x00,0x00,0x00}};
  30. const IID IID_IGenericObserverNotification = {0xE47357D4,0x5074,0x11D2,{0xA9,0x3F,0x90,0x08,0x42,0x00,0x00,0x00}};
  31. const IID LIBID_RNSOLib = {0x556C55A0,0x4F26,0x11D2,{0xA9,0x3C,0xEE,0x91,0xCF,0x00,0x00,0x00}};
  32. const CLSID CLSID_GenericObserver = {0x9398D871,0x4F98,0x11D2,{0xA9,0x3D,0xBE,0x57,0xB2,0x00,0x00,0x00}};
  33. #ifdef __cplusplus
  34. }
  35. #endif