Leaked source code of windows server 2003
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.

176 lines
4.2 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. #pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */
  3. #pragma warning( disable: 4211 ) /* redefine extent to static */
  4. #pragma warning( disable: 4232 ) /* dllimport identity*/
  5. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  6. /* link this file in with the server and any clients */
  7. /* File created by MIDL compiler version 6.00.0359 */
  8. /* Compiler settings for appcompr.idl:
  9. Oicf, W1, Zp8, env=Win32 (32b run)
  10. protocol : dce , ms_ext, c_ext, robust
  11. error checks: allocation ref bounds_check enum stub_data
  12. VC __declspec() decoration level:
  13. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  14. DECLSPEC_UUID(), MIDL_INTERFACE()
  15. */
  16. //@@MIDL_FILE_HEADING( )
  17. #if !defined(_M_IA64) && !defined(_M_AMD64)
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif
  21. #include <rpc.h>
  22. #include <rpcndr.h>
  23. #ifdef _MIDL_USE_GUIDDEF_
  24. #ifndef INITGUID
  25. #define INITGUID
  26. #include <guiddef.h>
  27. #undef INITGUID
  28. #else
  29. #include <guiddef.h>
  30. #endif
  31. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  32. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  33. #else // !_MIDL_USE_GUIDDEF_
  34. #ifndef __IID_DEFINED__
  35. #define __IID_DEFINED__
  36. typedef struct _IID
  37. {
  38. unsigned long x;
  39. unsigned short s1;
  40. unsigned short s2;
  41. unsigned char c[8];
  42. } IID;
  43. #endif // __IID_DEFINED__
  44. #ifndef CLSID_DEFINED
  45. #define CLSID_DEFINED
  46. typedef IID CLSID;
  47. #endif // CLSID_DEFINED
  48. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  49. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  50. #endif !_MIDL_USE_GUIDDEF_
  51. MIDL_DEFINE_GUID(IID, IID_IAppReport,0xCDCA6A6F,0x9C38,0x4828,0xA7,0x6C,0x05,0xA6,0xE4,0x90,0xE5,0x74);
  52. MIDL_DEFINE_GUID(IID, LIBID_APPCOMPRLib,0xEB71D940,0x2FD5,0x4FB3,0x99,0xF4,0xFC,0x0C,0xB9,0x21,0xA9,0x0F);
  53. MIDL_DEFINE_GUID(CLSID, CLSID_AppReport,0xE065DE4B,0x6F0E,0x45FD,0xB3,0x0F,0x04,0xED,0x81,0xD5,0xC2,0x58);
  54. #undef MIDL_DEFINE_GUID
  55. #ifdef __cplusplus
  56. }
  57. #endif
  58. #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/
  59. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  60. #pragma warning( disable: 4211 ) /* redefine extent to static */
  61. #pragma warning( disable: 4232 ) /* dllimport identity*/
  62. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  63. /* link this file in with the server and any clients */
  64. /* File created by MIDL compiler version 6.00.0359 */
  65. /* Compiler settings for appcompr.idl:
  66. Oicf, W1, Zp8, env=Win64 (32b run,appending)
  67. protocol : dce , ms_ext, c_ext, robust
  68. error checks: allocation ref bounds_check enum stub_data
  69. VC __declspec() decoration level:
  70. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  71. DECLSPEC_UUID(), MIDL_INTERFACE()
  72. */
  73. //@@MIDL_FILE_HEADING( )
  74. #if defined(_M_IA64) || defined(_M_AMD64)
  75. #ifdef __cplusplus
  76. extern "C"{
  77. #endif
  78. #include <rpc.h>
  79. #include <rpcndr.h>
  80. #ifdef _MIDL_USE_GUIDDEF_
  81. #ifndef INITGUID
  82. #define INITGUID
  83. #include <guiddef.h>
  84. #undef INITGUID
  85. #else
  86. #include <guiddef.h>
  87. #endif
  88. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  89. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  90. #else // !_MIDL_USE_GUIDDEF_
  91. #ifndef __IID_DEFINED__
  92. #define __IID_DEFINED__
  93. typedef struct _IID
  94. {
  95. unsigned long x;
  96. unsigned short s1;
  97. unsigned short s2;
  98. unsigned char c[8];
  99. } IID;
  100. #endif // __IID_DEFINED__
  101. #ifndef CLSID_DEFINED
  102. #define CLSID_DEFINED
  103. typedef IID CLSID;
  104. #endif // CLSID_DEFINED
  105. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  106. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  107. #endif !_MIDL_USE_GUIDDEF_
  108. MIDL_DEFINE_GUID(IID, IID_IAppReport,0xCDCA6A6F,0x9C38,0x4828,0xA7,0x6C,0x05,0xA6,0xE4,0x90,0xE5,0x74);
  109. MIDL_DEFINE_GUID(IID, LIBID_APPCOMPRLib,0xEB71D940,0x2FD5,0x4FB3,0x99,0xF4,0xFC,0x0C,0xB9,0x21,0xA9,0x0F);
  110. MIDL_DEFINE_GUID(CLSID, CLSID_AppReport,0xE065DE4B,0x6F0E,0x45FD,0xB3,0x0F,0x04,0xED,0x81,0xD5,0xC2,0x58);
  111. #undef MIDL_DEFINE_GUID
  112. #ifdef __cplusplus
  113. }
  114. #endif
  115. #endif /* defined(_M_IA64) || defined(_M_AMD64)*/