POLICY_NOTIFICATION_INFORMATION_CLASS列舉會定義應用程式可以要求變更通知的原則資訊和原則網域信息類型。
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;
常數
PolicyNotifyAuditEventsInformation值: 1 變更任何稽核類別時通知。 |
PolicyNotifyAccountDomainInformation當帳戶網域資訊變更時通知。 |
PolicyNotifyServerRoleInformation當 LSA 伺服器將角色從主要伺服器變更為備份時通知,反之亦然。 |
PolicyNotifyDnsDomainInformation當 DNS 網域資訊變更或主要網域資訊變更時通知。 |
PolicyNotifyDomainEfsInformation當 [加密文件系統] (EFS) 網域資訊變更時通知。 |
PolicyNotifyDomainKerberosTicketInformation當網域的 Kerberos 票證變更時通知。 |
PolicyNotifyMachineAccountPasswordInformation計算機帳戶密碼變更時通知。 |
PolicyNotifyGlobalSaclInformation |
PolicyNotifyMax |
規格需求
| 需求 | 值 |
|---|---|
| 最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
| 最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
| 標頭 | ntsecapi.h |