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.

80 lines
2.6 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  4. /**********************************************************************/
  5. /*
  6. guids.cpp
  7. IPSecMon snapin GUID definitions
  8. FILE HISTORY:
  9. */
  10. #include "stdafx.h"
  11. // MMC required node types
  12. // {E26D02A0-4C1F-11d1-9AA1-00C04FC3357A}
  13. static const CLSID CLSID_IpsmSnapin =
  14. { 0x57c596d0, 0x9370, 0x40c0, { 0xba, 0x0d, 0xab, 0x49, 0x1b, 0x63, 0x25, 0x5d } };
  15. static const CLSID CLSID_IpsmSnapinExtension =
  16. { 0xa17da8d0, 0xf67d, 0x47a0, { 0x9e, 0xc4, 0x19, 0xc4, 0x86, 0x38, 0x32, 0x06 } };
  17. static const GUID CLSID_IpsmSnapinAbout =
  18. { 0x8229782, 0x89c8, 0x4028, { 0xbb, 0x74, 0x75, 0xbb, 0x58, 0xef, 0x14, 0x88 } };
  19. //
  20. // Scope pane node types
  21. //
  22. static const GUID GUID_IpsmRootNodeType =
  23. { 0x3ed3afec, 0x2ff1, 0x45ac, { 0x84, 0xc7, 0xa5, 0xd3, 0x43, 0x04, 0x0e, 0xbb } };
  24. static const GUID GUID_IpsmServerNodeType =
  25. { 0x52f8357f, 0x01ab, 0x40fd, { 0xb3, 0x9d, 0x2f, 0xb2, 0x82, 0x1b, 0x82, 0x3b } };
  26. static const GUID GUID_IpsmFilterNodeType =
  27. { 0xaa5029d5, 0x734e, 0x4aee, { 0x91, 0x4d, 0xdf, 0x5d, 0xad, 0xc6, 0x23, 0x04 } };
  28. //
  29. // result pane item GUIDs
  30. //
  31. static const GUID GUID_IpsmSpecificFilterNodeType =
  32. { 0x3a1f6f83, 0xcb76, 0x4a01, { 0xa1, 0x6d, 0xb7, 0x9c, 0x79, 0x9b, 0x0c, 0xfa } };
  33. static const GUID GUID_IpsmMmPolicyNodeType =
  34. { 0xd7e75f1f, 0x26e0, 0x4cb4, { 0x83, 0xf9, 0xf9, 0xb1, 0x2e, 0xfb, 0xad, 0x12 } };
  35. static const GUID GUID_QmNodeType =
  36. { 0xef66d1e4, 0x4639, 0x457d, { 0x95, 0x6c, 0x49, 0xd5, 0x91, 0x7f, 0xaf, 0xb2 } };
  37. static const GUID GUID_MmNodeType =
  38. { 0x27cee91e, 0xc392, 0x4f37, { 0xab, 0x06, 0xa2, 0x59, 0xed, 0x06, 0x00, 0xde } };
  39. //
  40. // GUID for our fake ISpdInfo object
  41. //
  42. static const GUID IID_ISpdInfo =
  43. { 0xdb97bada, 0x14b4, 0x4498, { 0xad, 0x39, 0x2e, 0x79, 0x1d, 0x11, 0xca, 0x2d } };
  44. static const GUID GUID_IpsmQmSANodeType =
  45. { 0xdda95245, 0x05e5, 0x4584, { 0xb5, 0xed, 0x28, 0xd8, 0xa0, 0x2b, 0x20, 0x98 } };
  46. static const GUID GUID_IpsmQmPolicyNodeType =
  47. { 0x436c37a3, 0x4312, 0x452d, { 0x99, 0x1f, 0x88, 0xbd, 0xc4, 0x00, 0xbc, 0x86 } };
  48. static const GUID GUID_IpsmMmFilterNodeType =
  49. { 0xff4f6a1a, 0x0f2b, 0x4570, { 0x91, 0x16, 0x28, 0x57, 0x16, 0xa3, 0x56, 0xc0 } };
  50. static const GUID GUID_IpsmMmSpFilterNodeType =
  51. { 0xb510e5fd, 0xef94, 0x4b4f, { 0x8b, 0x67, 0xf1, 0x7f, 0x5d, 0x76, 0x6d, 0xc8 } };
  52. static const GUID GUID_IpsmMmSANodeType =
  53. { 0xac5721aa, 0xcfa6, 0x40c7, { 0x9c, 0xa7, 0x7f, 0x11, 0x65, 0x57, 0xab, 0x3a } };