Partager via


énumération POLICY_NOTIFICATION_INFORMATION_CLASS (ntsecapi.h)

L’énumération POLICY_NOTIFICATION_INFORMATION_CLASS définit les types d’informations de stratégie et d’informations de domaine de stratégie pour lesquels votre application peut demander la notification des modifications.

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;

Constantes

 
PolicyNotifyAuditEventsInformation
Valeur : 1
Avertir quand l’une des catégories auditées est modifiée.
PolicyNotifyAccountDomainInformation
Avertir quand les informations de domaine du compte changent.
PolicyNotifyServerRoleInformation
Avertissez quand le serveur LSA change son rôle de principal à serveur de sauvegarde, ou vice versa.
PolicyNotifyDnsDomainInformation
Avertir quand les informations de domaine DNS changent ou si les informations de domaine principal changent.
PolicyNotifyDomainEfsInformation
Avertir quand les informations du domaine EFS (Encrypting File System) changent.
PolicyNotifyDomainKerberosTicketInformation
Notifier quand le ticket Kerberos pour le domaine change.
PolicyNotifyMachineAccountPasswordInformation
Avertir quand le mot de passe du compte d’ordinateur change.
PolicyNotifyGlobalSaclInformation
PolicyNotifyMax

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête ntsecapi.h

Voir aussi

LsaRegisterPolicyChangeNotification

LsaUnregisterPolicyChangeNotification