ConnectionPoint_i.c
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* ConnectionPoint_i.c generated by WIDL Version 2.2.1 on 06-Dec-01 at 11:42:49 AM */
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #ifndef __IID_DEFINED__
  6. #define __IID_DEFINED__
  7. typedef struct _IID
  8. {
  9.   unsigned long x;
  10.   unsigned short s1;
  11.   unsigned short s2;
  12.   unsigned char c[8];
  13. } IID;
  14. #endif /* __IID_DEFINED__ */
  15. #ifndef CLSID_DEFINED
  16. #define CLSID_DEFINED
  17. typedef IID CLSID;
  18. #endif /* CLSID_DEFINED */
  19. const IID IID_IConnectionPoint = {0xB196B286,0xBAB4,0x101A,{0xB6,0x9C,0x00,0xAA,0x00,0x34,0x1D,0x07}};
  20. const IID IID_IConnectionPointContainer = {0xB196B284,0xBAB4,0x101A,{0xB6,0x9C,0x00,0xAA,0x00,0x34,0x1D,0x07}};
  21. const IID IID_IEnumConnections = {0xB196B287,0xBAB4,0x101A,{0xB6,0x9C,0x00,0xAA,0x00,0x34,0x1D,0x07}};
  22. const IID IID_IEnumConnectionPoints = {0xB196B285,0xBAB4,0x101A,{0xB6,0x9C,0x00,0xAA,0x00,0x34,0x1D,0x07}};
  23. #ifdef __cplusplus
  24. }
  25. #endif