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.

142 lines
5.2 KiB

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. ldintrfcs.cpp
  6. Abstract:
  7. This file contains the GUIDs of all interfaces supported
  8. by the main DLL loader
  9. Author:
  10. Khaled Sedky (khaleds) 10-Feb-2000
  11. Revision History:
  12. --*/
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. // {59A523A7-8C39-4d5c-B519-62F820E66992}
  18. GUID IID_PRINTEREVENT = {0x59a523a7,
  19. 0x8c39,
  20. 0x4d5c,
  21. 0xb5,
  22. 0x19,
  23. 0x62,
  24. 0xf8,
  25. 0x20,
  26. 0xe6,
  27. 0x69,
  28. 0x92};
  29. // {D85AE507-5A73-4de9-AA5E-745946BB9509}
  30. GUID IID_PRINTERCONFIGURATION = {0xd85ae507,
  31. 0x5a73,
  32. 0x4de9,
  33. 0xaa,
  34. 0x5e,
  35. 0x74,
  36. 0x59,
  37. 0x46,
  38. 0xbb,
  39. 0x95,
  40. 0x9};
  41. // {AE96B291-33AD-48bb-8E24-B5902521E34D}
  42. GUID IID_DEVICECAPABILTIES = {0xae96b291,
  43. 0x33ad,
  44. 0x48bb,
  45. 0x8e,
  46. 0x24,
  47. 0xb5,
  48. 0x90,
  49. 0x25,
  50. 0x21,
  51. 0xe3,
  52. 0x4d};
  53. // {AC8F3E18-FF99-4019-8403-402D83E23B70}
  54. GUID IID_PORTOPERATIONS = {0xac8f3e18,
  55. 0xff99,
  56. 0x4019,
  57. 0x84,
  58. 0x3,
  59. 0x40,
  60. 0x2d,
  61. 0x83,
  62. 0xe2,
  63. 0x3b,
  64. 0x70};
  65. // {D027CC13-04DE-4379-B072-EB4F8E59AB7A}
  66. GUID IID_DRIVEREVENT={0xd027cc13,
  67. 0x4de,
  68. 0x4379,
  69. 0xb0,
  70. 0x72,
  71. 0xeb,
  72. 0x4f,
  73. 0x8e,
  74. 0x59,
  75. 0xab,
  76. 0x7a};
  77. // {DDDE8870-322F-405c-B672-67B55F50377B}
  78. GUID IID_PRINTUIOPERATIONS = {0xddde8870,
  79. 0x322f,
  80. 0x405c,
  81. 0xb6,
  82. 0x72,
  83. 0x67,
  84. 0xb5,
  85. 0x5f,
  86. 0x50,
  87. 0x37,
  88. 0x7b};
  89. // {A5DF592C-C7B0-4793-82CE-BE96B743B33E}
  90. GUID IID_LPCMGR = {0xa5df592c,
  91. 0xc7b0,
  92. 0x4793,
  93. 0x82,
  94. 0xce,
  95. 0xbe,
  96. 0x96,
  97. 0xb7,
  98. 0x43,
  99. 0xb3,
  100. 0x3e};
  101. // {91F04F3A-C3F8-4f1b-91E2-6D6411914A2E}
  102. GUID IID_PRINTUIPRINTERSETUP = {0x91f04f3a,
  103. 0xc3f8,
  104. 0x4f1b,
  105. 0x91,
  106. 0xe2,
  107. 0x6d,
  108. 0x64,
  109. 0x11,
  110. 0x91,
  111. 0x4a,
  112. 0x2e};
  113. // {91F04F3A-C3F8-4f1b-91E2-6D6411914A2E}
  114. GUID IID_PRINTUISERVERPROPPAGES = {0x91f04f3a,
  115. 0xc3f8,
  116. 0x4f1b,
  117. 0x91,
  118. 0xe2,
  119. 0x6d,
  120. 0x64,
  121. 0x11,
  122. 0x91,
  123. 0x4a,
  124. 0x2e};