POLICY_NOTIFICATION_INFORMATION_CLASS 枚举 (ntsecapi.h)
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 帐户域信息更改时发出通知。 |
PolicyNotifyServerRoleInformation LSA 服务器将其角色从主服务器更改为备份服务器时发出通知,反之亦然。 |
PolicyNotifyDnsDomainInformation 当 DNS 域信息更改或主域信息发生更改时发出通知。 |
PolicyNotifyDomainEfsInformation 加密文件系统 (EFS) 域信息更改时发出通知。 |
PolicyNotifyDomainKerberosTicketInformation 域的 Kerberos 票证更改时发出通知。 |
PolicyNotifyMachineAccountPasswordInformation 计算机帐户密码更改时发出通知。 |
PolicyNotifyGlobalSaclInformation |
PolicyNotifyMax |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | ntsecapi.h |