POLICY_NOTIFICATION_INFORMATION_CLASS列挙は、アプリケーションが変更の通知を要求できるポリシー情報とポリシー ドメイン情報の種類を定義します。
構文
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アカウント ドメイン情報が変更されたときに通知します。 |
PolicyNotifyServerRoleInformationLSA サーバーの役割がプライマリからバックアップに変更されたとき、またはその逆に変更されたときに通知します。 |
PolicyNotifyDnsDomainInformationDNS ドメイン情報が変更されたとき、またはプライマリ ドメイン情報が変更された場合に通知します。 |
PolicyNotifyDomainEfsInformation暗号化ファイル システム (EFS) ドメイン情報が変更されたときに通知します。 |
PolicyNotifyDomainKerberosTicketInformationドメインの Kerberos チケットが変更されたときに通知します。 |
PolicyNotifyMachineAccountPasswordInformationマシン アカウントのパスワードが変更されたときに通知します。 |
PolicyNotifyGlobalSaclInformation |
PolicyNotifyMax |
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
| サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
| Header | ntsecapi.h |