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.

45 lines
1.3 KiB

  1. //*************************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation 1998 - 2000
  4. // All rights reserved
  5. //
  6. // schema.h
  7. //
  8. // This file contains declarations related to the wmi schema
  9. // for rsop policy objects
  10. //
  11. //*************************************************************
  12. //
  13. // WMI intrinsic properties
  14. //
  15. #define WMI_PATH_PROPERTY L"__PATH"
  16. //
  17. // Rsop base properties
  18. //
  19. #define RSOP_POLICY_SETTING L"RSOP_PolicySetting"
  20. // Unique id
  21. #define RSOP_ATTRIBUTE_ID L"id"
  22. // A user friendly name.
  23. #define RSOP_ATTRIBUTE_NAME L"name"
  24. // The scope of management links to the gpo
  25. // of this policy object
  26. #define RSOP_ATTRIBUTE_SOMID L"SOMID"
  27. // The creation time of this instance
  28. #define RSOP_ATTRIBUTE_CREATIONTIME L"creationTime"
  29. // The GPO Identifier for this PO. Using this and the policy class you
  30. // can get back to the GPO Object of which this is an identifier
  31. #define RSOP_ATTRIBUTE_GPOID L"GPOID"
  32. // This is the order in which the policy is applied when
  33. // considering only its class.
  34. #define RSOP_ATTRIBUTE_PRECEDENCE L"precedence"