Freigeben über


POLICY_NOTIFICATION_INFORMATION_CLASS-Enumeration (ntsecapi.h)

Die POLICY_NOTIFICATION_INFORMATION_CLASS-Enumeration definiert die Typen von Richtlinieninformationen und Richtliniendomäneninformationen, für die Ihre Anwendung Benachrichtigungen über Änderungen anfordern kann.

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;

Konstanten

 
PolicyNotifyAuditEventsInformation
Wert: 1
Benachrichtigen Sie, wenn eine der überwachten Kategorien geändert wird.
PolicyNotifyAccountDomainInformation
Benachrichtigen, wenn sich die Kontodomäneninformationen ändern.
PolicyNotifyServerRoleInformation
Benachrichtigen Sie, wenn der LSA-Server seine Rolle von "Primär" in "Sicherung" ändert oder umgekehrt.
PolicyNotifyDnsDomainInformation
Benachrichtigen Sie, wenn sich die DNS-Domäneninformationen ändern oder wenn sich die Informationen der primären Domäne ändern.
PolicyNotifyDomainEfsInformation
Benachrichtigen Sie, wenn sich die EfS-Domäneninformationen (Encrypting File System) ändern.
PolicyNotifyDomainKerberosTicketInformation
Benachrichtigen, wenn sich das Kerberos-Ticket für die Domäne ändert.
PolicyNotifyMachineAccountPasswordInformation
Benachrichtigen, wenn sich das Kennwort des Computerkontos ändert.
PolicyNotifyGlobalSaclInformation
PolicyNotifyMax

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile ntsecapi.h

Weitere Informationen

LsaRegisterPolicyChangeNotification

LsaUnregisterPolicyChangeNotification