Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The POLICY_NOTIFICATION_INFORMATION_CLASS enumeration defines the types of policy information and policy domain information for which your application can request notification of changes.
Syntax
typedef enum _POLICY_NOTIFICATION_INFORMATION_CLASS {
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation,
PolicyNotifyServerRoleInformation,
PolicyNotifyDnsDomainInformation,
PolicyNotifyDomainEfsInformation,
PolicyNotifyDomainKerberosTicketInformation,
PolicyNotifyMachineAccountPasswordInformation,
PolicyNotifyGlobalSaclInformation,
PolicyNotifyMax
} POLICY_NOTIFICATION_INFORMATION_CLASS, *PPOLICY_NOTIFICATION_INFORMATION_CLASS;
Constants
PolicyNotifyAuditEventsInformationValue: 1 Notify when any of the audited categories are changed. |
PolicyNotifyAccountDomainInformationNotify when the account domain information changes. |
PolicyNotifyServerRoleInformationNotify when the LSA server changes its role from primary to backup, or vice versa. |
PolicyNotifyDnsDomainInformationNotify when the DNS domain information changes or if the primary domain information changes. |
PolicyNotifyDomainEfsInformationNotify when the Encrypting File System (EFS) domain information changes. |
PolicyNotifyDomainKerberosTicketInformationNotify when the Kerberos ticket for the domain changes. |
PolicyNotifyMachineAccountPasswordInformationNotify when the machine account password changes. |
PolicyNotifyGlobalSaclInformation |
PolicyNotifyMax |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | ntsecapi.h |