enumerazione POLICY_NOTIFICATION_INFORMATION_CLASS (ntsecapi.h)

L'enumerazione POLICY_NOTIFICATION_INFORMATION_CLASS definisce i tipi di informazioni sui criteri e le informazioni sul dominio dei criteri per cui l'applicazione può richiedere la notifica delle modifiche.

Sintassi

typedef enum _POLICY_NOTIFICATION_INFORMATION_CLASS {
  PolicyNotifyAuditEventsInformation = 1,
  PolicyNotifyAccountDomainInformation,
  PolicyNotifyServerRoleInformation,
  PolicyNotifyDnsDomainInformation,
  PolicyNotifyDomainEfsInformation,
  PolicyNotifyDomainKerberosTicketInformation,
  PolicyNotifyMachineAccountPasswordInformation,
  PolicyNotifyGlobalSaclInformation,
  PolicyNotifyMax
} POLICY_NOTIFICATION_INFORMATION_CLASS, *PPOLICY_NOTIFICATION_INFORMATION_CLASS;

Costanti

 
PolicyNotifyAuditEventsInformation
Valore: 1
Notifica quando vengono modificate le categorie controllate.
PolicyNotifyAccountDomainInformation
Notifica quando cambiano le informazioni sul dominio dell'account.
PolicyNotifyServerRoleInformation
Notifica quando il server LSA modifica il proprio ruolo da primario a backup o viceversa.
PolicyNotifyDnsDomainInformation
Notifica quando le informazioni sul dominio DNS cambiano o se le informazioni sul dominio primario cambiano.
PolicyNotifyDomainEfsInformation
Notifica quando cambiano le informazioni sul dominio EFS (Encrypting File System).
PolicyNotifyDomainKerberosTicketInformation
Notifica quando cambia il ticket Kerberos per il dominio.
PolicyNotifyMachineAccountPasswordInformation
Notifica quando cambia la password dell'account del computer.
PolicyNotifyGlobalSaclInformation
PolicyNotifyMax

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecapi.h

Vedi anche

LsaRegisterPolicyChangeNotification

LsaUnregisterPolicyChangeNotification