Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The POLICY_INFORMATION_CLASS enumeration defines values that indicate the type of information to set or query in a Policy object.
Syntax
typedef enum _POLICY_INFORMATION_CLASS {
PolicyAuditLogInformation = 1,
PolicyAuditEventsInformation,
PolicyPrimaryDomainInformation,
PolicyPdAccountInformation,
PolicyAccountDomainInformation,
PolicyLsaServerRoleInformation,
PolicyReplicaSourceInformation,
PolicyDefaultQuotaInformation,
PolicyModificationInformation,
PolicyAuditFullSetInformation,
PolicyAuditFullQueryInformation,
PolicyDnsDomainInformation,
PolicyDnsDomainInformationInt,
PolicyLocalAccountDomainInformation,
PolicyMachineAccountInformation,
PolicyMachineAccountInformation2,
PolicyLastEntry
} POLICY_INFORMATION_CLASS, *PPOLICY_INFORMATION_CLASS;
Constants
PolicyAuditLogInformationValue: 1 This value is obsolete. |
PolicyAuditEventsInformationQuery or set the auditing rules of the system. You can enable or disable auditing and specify the types of events that are audited. Use the POLICY_AUDIT_EVENTS_INFO structure. |
PolicyPrimaryDomainInformationThis value is obsolete. Use the PolicyDnsDomainInformation value instead. |
PolicyPdAccountInformationThis value is obsolete. |
PolicyAccountDomainInformationQuery or set the name and SID of the account domain of the system. Use the POLICY_ACCOUNT_DOMAIN_INFO structure. |
PolicyLsaServerRoleInformationQuery or set the role of an LSA server. Use the POLICY_LSA_SERVER_ROLE_INFO structure. |
PolicyReplicaSourceInformationThis value is obsolete. |
PolicyDefaultQuotaInformationThis value is obsolete. |
PolicyModificationInformationQuery or set information about the creation time and last modification of the LSA database. Use the POLICY_MODIFICATION_INFO structure. |
PolicyAuditFullSetInformationThis value is obsolete. |
PolicyAuditFullQueryInformationThis value is obsolete. |
PolicyDnsDomainInformationQuery or set Domain Name System (DNS) information about the account domain associated with a Policy object. Use the POLICY_DNS_DOMAIN_INFO structure. |
PolicyDnsDomainInformationInt |
PolicyLocalAccountDomainInformation |
PolicyMachineAccountInformation |
PolicyLastEntry |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | ntsecapi.h |