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

VxWorks

开发平台:

C/C++

  1. /* comCoreTypes_i.c generated by WIDL Version 2.2.1 on 10-Dec-01 at 11:59:09 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_IWindTypes = {0x5E0645F9,0x6F69,0x11d3,{0xA8,0x21,0x00,0xC0,0x4F,0x68,0xA5,0xB5}};
  20. const IID IID_IUnknown = {0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  21. const IID IID_IClassFactory = {0x00000001,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  22. const IID IID_IMultiQI = {0x00000020,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  23. const IID IID_IRegistry = {0xa01ccc02,0xcfeb,0x4311,{0x8e,0xbc,0xd7,0xed,0xb4,0xa8,0xde,0x9c}};
  24. const IID IID_IEnumGUID = {0x0002E000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  25. const IID IID_IEnumString = {0x00000101,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  26. const IID IID_IEnumUnknown = {0x00000100,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  27. const IID IID_IMalloc = {0x00000002,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}};
  28. #ifdef __cplusplus
  29. }
  30. #endif