Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

212 lines
5.3 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 6.00.0344 */
  5. /* Compiler settings for comadmin.idl:
  6. Os, W1, Zp8, env=Win32 (32b run)
  7. protocol : dce , ms_ext, c_ext
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. #if !defined(_M_IA64) && !defined(_M_AXP64)
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif
  18. #include <rpc.h>
  19. #include <rpcndr.h>
  20. #ifdef _MIDL_USE_GUIDDEF_
  21. #ifndef INITGUID
  22. #define INITGUID
  23. #include <guiddef.h>
  24. #undef INITGUID
  25. #else
  26. #include <guiddef.h>
  27. #endif
  28. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  29. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  30. #else // !_MIDL_USE_GUIDDEF_
  31. #ifndef __IID_DEFINED__
  32. #define __IID_DEFINED__
  33. typedef struct _IID
  34. {
  35. unsigned long x;
  36. unsigned short s1;
  37. unsigned short s2;
  38. unsigned char c[8];
  39. } IID;
  40. #endif // __IID_DEFINED__
  41. #ifndef CLSID_DEFINED
  42. #define CLSID_DEFINED
  43. typedef IID CLSID;
  44. #endif // CLSID_DEFINED
  45. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  46. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  47. #endif !_MIDL_USE_GUIDDEF_
  48. MIDL_DEFINE_GUID(IID, IID_IRunningAppCollection,0xab9d3261,0xd6ea,0x4fbd,0x80,0xf6,0xcf,0x7b,0xad,0x07,0x32,0xf3);
  49. MIDL_DEFINE_GUID(IID, IID_IRunningAppInfo,0x1fd6f178,0xbfb9,0x4629,0x93,0xc7,0x4c,0xa9,0xa2,0x72,0x4e,0xfd);
  50. MIDL_DEFINE_GUID(IID, IID_ICOMAdminCatalog,0xDD662187,0xDFC2,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  51. MIDL_DEFINE_GUID(IID, IID_ICOMAdminCatalog2,0xD81AB10D,0x2EE4,0x48db,0x9C,0x90,0x54,0x11,0x09,0x98,0xB1,0x05);
  52. MIDL_DEFINE_GUID(IID, IID_ICatalogObject,0x6eb22871,0x8a19,0x11d0,0x81,0xb6,0x00,0xa0,0xc9,0x23,0x1c,0x29);
  53. MIDL_DEFINE_GUID(IID, IID_ICatalogCollection,0x6eb22872,0x8a19,0x11d0,0x81,0xb6,0x00,0xa0,0xc9,0x23,0x1c,0x29);
  54. MIDL_DEFINE_GUID(IID, LIBID_COMAdmin,0xF618C513,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  55. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalog,0xF618C514,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  56. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalogObject,0xF618C515,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  57. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalogCollection,0xF618C516,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  58. #undef MIDL_DEFINE_GUID
  59. #ifdef __cplusplus
  60. }
  61. #endif
  62. #endif /* !defined(_M_IA64) && !defined(_M_AXP64)*/
  63. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  64. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  65. /* link this file in with the server and any clients */
  66. /* File created by MIDL compiler version 6.00.0344 */
  67. /* Compiler settings for comadmin.idl:
  68. Oicf, W1, Zp8, env=Win64 (32b run,appending)
  69. protocol : dce , ms_ext, c_ext, robust
  70. error checks: allocation ref bounds_check enum stub_data
  71. VC __declspec() decoration level:
  72. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  73. DECLSPEC_UUID(), MIDL_INTERFACE()
  74. */
  75. //@@MIDL_FILE_HEADING( )
  76. #if defined(_M_IA64) || defined(_M_AXP64)
  77. #ifdef __cplusplus
  78. extern "C"{
  79. #endif
  80. #include <rpc.h>
  81. #include <rpcndr.h>
  82. #ifdef _MIDL_USE_GUIDDEF_
  83. #ifndef INITGUID
  84. #define INITGUID
  85. #include <guiddef.h>
  86. #undef INITGUID
  87. #else
  88. #include <guiddef.h>
  89. #endif
  90. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  91. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  92. #else // !_MIDL_USE_GUIDDEF_
  93. #ifndef __IID_DEFINED__
  94. #define __IID_DEFINED__
  95. typedef struct _IID
  96. {
  97. unsigned long x;
  98. unsigned short s1;
  99. unsigned short s2;
  100. unsigned char c[8];
  101. } IID;
  102. #endif // __IID_DEFINED__
  103. #ifndef CLSID_DEFINED
  104. #define CLSID_DEFINED
  105. typedef IID CLSID;
  106. #endif // CLSID_DEFINED
  107. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  108. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  109. #endif !_MIDL_USE_GUIDDEF_
  110. MIDL_DEFINE_GUID(IID, IID_IRunningAppCollection,0xab9d3261,0xd6ea,0x4fbd,0x80,0xf6,0xcf,0x7b,0xad,0x07,0x32,0xf3);
  111. MIDL_DEFINE_GUID(IID, IID_IRunningAppInfo,0x1fd6f178,0xbfb9,0x4629,0x93,0xc7,0x4c,0xa9,0xa2,0x72,0x4e,0xfd);
  112. MIDL_DEFINE_GUID(IID, IID_ICOMAdminCatalog,0xDD662187,0xDFC2,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  113. MIDL_DEFINE_GUID(IID, IID_ICOMAdminCatalog2,0xD81AB10D,0x2EE4,0x48db,0x9C,0x90,0x54,0x11,0x09,0x98,0xB1,0x05);
  114. MIDL_DEFINE_GUID(IID, IID_ICatalogObject,0x6eb22871,0x8a19,0x11d0,0x81,0xb6,0x00,0xa0,0xc9,0x23,0x1c,0x29);
  115. MIDL_DEFINE_GUID(IID, IID_ICatalogCollection,0x6eb22872,0x8a19,0x11d0,0x81,0xb6,0x00,0xa0,0xc9,0x23,0x1c,0x29);
  116. MIDL_DEFINE_GUID(IID, LIBID_COMAdmin,0xF618C513,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  117. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalog,0xF618C514,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  118. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalogObject,0xF618C515,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  119. MIDL_DEFINE_GUID(CLSID, CLSID_COMAdminCatalogCollection,0xF618C516,0xDFB8,0x11d1,0xA2,0xCF,0x00,0x80,0x5F,0xC7,0x92,0x35);
  120. #undef MIDL_DEFINE_GUID
  121. #ifdef __cplusplus
  122. }
  123. #endif
  124. #endif /* defined(_M_IA64) || defined(_M_AXP64)*/