Share via


POLICY_NOTIFICATION_INFORMATION_CLASS 열거형(ntsecapi.h)

POLICY_NOTIFICATION_INFORMATION_CLASS 열거형은 애플리케이션에서 변경 알림을 요청할 수 있는 정책 정보 및 정책 도메인 정보의 유형을 정의합니다.

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;

상수

 
PolicyNotifyAuditEventsInformation
값: 1
감사된 범주가 변경되면 알립니다.
PolicyNotifyAccountDomainInformation
계정 도메인 정보가 변경되면 알립니다.
PolicyNotifyServerRoleInformation
LSA 서버가 해당 역할을 주 서버에서 백업으로 변경하거나 그 반대로 변경하는 경우 알립니다.
PolicyNotifyDnsDomainInformation
DNS 도메인 정보가 변경되거나 주 도메인 정보가 변경되면 알립니다.
PolicyNotifyDomainEfsInformation
EFS(파일 시스템 암호화) 도메인 정보가 변경되면 알립니다.
PolicyNotifyDomainKerberosTicketInformation
도메인에 대한 Kerberos 티켓이 변경되면 알립니다.
PolicyNotifyMachineAccountPasswordInformation
컴퓨터 계정 암호가 변경되면 알립니다.
PolicyNotifyGlobalSaclInformation
PolicyNotifyMax

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
머리글 ntsecapi.h

추가 정보

LsaRegisterPolicyChangeNotification

LsaUnregisterPolicyChangeNotification