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.

28 lines
1.1 KiB

  1. #ifndef __WBEM_POLICY_MANAGER__H_
  2. #define __WBEM_POLICY_MANAGER__H_
  3. // {69D76D1B-B12E-4913-8F48-671B90195A2B}
  4. const CLSID CLSID_PolicyStatus =
  5. { 0x69d76d1b, 0xb12e, 0x4913, { 0x8f, 0x48, 0x67, 0x1b, 0x90, 0x19, 0x5a, 0x2b } };
  6. // {AAEAE72B-0328-4763-8ECB-23422EDE2DB5}
  7. const CLSID CLSID_PolicyGPO =
  8. { 0xaaeae72b, 0x328, 0x4763, { 0x8e, 0xcb, 0x23, 0x42, 0x2e, 0xde, 0x2d, 0xb5 } };
  9. // {AAEAE72C-0328-4763-8ECB-23422EDE2DB5}
  10. const CLSID CLSID_PolicyRange =
  11. { 0xaaeae72c, 0x328, 0x4763, { 0x8e, 0xcb, 0x23, 0x42, 0x2e, 0xde, 0x2d, 0xb5 } };
  12. // {AAEAE72D-0328-4763-8ECB-23422EDE2DB5}
  13. const CLSID CLSID_PolicyTemplate =
  14. { 0xaaeae72d, 0x328, 0x4763, { 0x8e, 0xcb, 0x23, 0x42, 0x2e, 0xde, 0x2d, 0xb5 } };
  15. // {AAEAE72E-0328-4763-8ECB-23422EDE2DB5}
  16. const CLSID CLSID_PolicyType =
  17. { 0xaaeae72e, 0x328, 0x4763, { 0x8e, 0xcb, 0x23, 0x42, 0x2e, 0xde, 0x2d, 0xb5 } };
  18. // {AAEAE72F-0328-4763-8ECB-23422EDE2DB5}
  19. const CLSID CLSID_PolicySOM =
  20. { 0xaaeae72f, 0x328, 0x4763, { 0x8e, 0xcb, 0x23, 0x42, 0x2e, 0xde, 0x2d, 0xb5 } };
  21. #endif // __WBEM_POLICY_MANAGER__H_