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.

121 lines
4.7 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  4. /**********************************************************************/
  5. /*
  6. guids.cpp
  7. DHCP snapin GUID definitions
  8. FILE HISTORY:
  9. */
  10. #include "stdafx.h"
  11. // MMC required node types
  12. // {90901AF6-7A31-11d0-97E0-00C04FC3357A}
  13. const CLSID CLSID_DhcpSnapin =
  14. { 0x90901af6, 0x7a31, 0x11d0, { 0x97, 0xe0, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  15. // {524CCE97-A886-11d0-AB86-00C04FC3357A}
  16. const CLSID CLSID_DhcpSnapinExtension =
  17. { 0x524cce97, 0xa886, 0x11d0, { 0xab, 0x86, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  18. // {1CE57F61-A88A-11d0-AB86-00C04FC3357A}
  19. const GUID CLSID_DhcpSnapinAbout =
  20. { 0x1ce57f61, 0xa88a, 0x11d0, { 0xab, 0x86, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  21. // Scope pane node types
  22. // {1AE7F339-AA00-11d0-AB88-00C04FC3357A}
  23. const GUID GUID_DhcpRootNodeType =
  24. { 0x1ae7f339, 0xaa00, 0x11d0, { 0xab, 0x88, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  25. // {37D62D6C-E357-11d0-ABB6-00C04FC3357A}
  26. static const GUID GUID_DhcpServerNodeType =
  27. { 0x37d62d6c, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  28. // {37D62D6D-E357-11d0-ABB6-00C04FC3357A}
  29. static const GUID GUID_DhcpScopeNodeType =
  30. { 0x37d62d6d, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  31. // {37D62D6E-E357-11d0-ABB6-00C04FC3357A}
  32. static const GUID GUID_DhcpBootpNodeType =
  33. { 0x37d62d6e, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  34. // {37D62D6F-E357-11d0-ABB6-00C04FC3357A}
  35. static const GUID GUID_DhcpGlobalOptionsNodeType =
  36. { 0x37d62d6f, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  37. // {37D62D70-E357-11d0-ABB6-00C04FC3357A}
  38. static const GUID GUID_DhcpSuperscopeNodeType =
  39. { 0x37d62d70, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  40. // {37D62D71-E357-11d0-ABB6-00C04FC3357A}
  41. static const GUID GUID_DhcpAddressPoolNodeType =
  42. { 0x37d62d71, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  43. // {37D62D72-E357-11d0-ABB6-00C04FC3357A}
  44. static const GUID GUID_DhcpActiveLeasesNodeType =
  45. { 0x37d62d72, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  46. // {37D62D73-E357-11d0-ABB6-00C04FC3357A}
  47. static const GUID GUID_DhcpReservationsNodeType =
  48. { 0x37d62d73, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  49. // {37D62D74-E357-11d0-ABB6-00C04FC3357A}
  50. static const GUID GUID_DhcpScopeOptionsNodeType =
  51. { 0x37d62d74, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  52. // {37D62D75-E357-11d0-ABB6-00C04FC3357A}
  53. static const GUID GUID_DhcpReservationClientNodeType =
  54. { 0x37d62d75, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  55. // {37D62D7B-E357-11d0-ABB6-00C04FC3357A}
  56. static const GUID GUID_DhcpClassIdHolderNodeType =
  57. { 0x37d62d7b, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  58. // {37D62D7C-E357-11d0-ABB6-00C04FC3357A}
  59. static const GUID GUID_DhcpMScopeNodeType =
  60. { 0x37d62d7c, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  61. // {37D62D7D-E357-11d0-ABB6-00C04FC3357A}
  62. static const GUID GUID_DhcpMCastAddressPoolNodeType =
  63. { 0x37d62d7d, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  64. // {37D62D7E-E357-11d0-ABB6-00C04FC3357A}
  65. static const GUID GUID_DhcpMCastActiveLeasesNodeType =
  66. { 0x37d62d7e, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  67. // result pane item GUIDs
  68. // {37D62D76-E357-11d0-ABB6-00C04FC3357A}
  69. static const GUID GUID_DhcpAllocationNodeType =
  70. { 0x37d62d76, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  71. // {37D62D77-E357-11d0-ABB6-00C04FC3357A}
  72. static const GUID GUID_DhcpExclusionNodeType =
  73. { 0x37d62d77, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  74. // {37D62D78-E357-11d0-ABB6-00C04FC3357A}
  75. static const GUID GUID_DhcpBootpEntryNodeType =
  76. { 0x37d62d78, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  77. // {37D62D79-E357-11d0-ABB6-00C04FC3357A}
  78. static const GUID GUID_DhcpActiveLeaseNodeType =
  79. { 0x37d62d79, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  80. // {37D62D7A-E357-11d0-ABB6-00C04FC3357A}
  81. static const GUID GUID_DhcpOptionNodeType =
  82. { 0x37d62d7a, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  83. // {37D62D7C-E357-11d0-ABB6-00C04FC3357A}
  84. static const GUID GUID_DhcpClassIdNodeType =
  85. { 0x37d62d7c, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  86. // {37D62D7C-E357-11d0-ABB6-00C04FC3357A}
  87. static const GUID GUID_DhcpMCastLeaseNodeType =
  88. { 0x37d62d7c, 0xe357, 0x11d0, { 0xab, 0xb6, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };