다음을 통해 공유


IDsAdminNotifyHandler 인터페이스(dsadmin.h)

IDsAdminNotifyHandler 인터페이스는 Active Directory 관리 알림 처리기에 의해 구현됩니다. 이 인터페이스는 Active Directory 사용자 및 컴퓨터 MMC 스냅인에서 개체 삭제 또는 이름 바꾸기와 같은 특정 이벤트가 발생할 때 등록된 처리기를 알리는 데 사용됩니다. 스냅인은 확장의 CLSID를 사용하여 CoCreateInstance를 호출하여 이 개체의 instance 만듭니다.

상속

IDsAdminNotifyHandler 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IDsAdminNotifyHandler 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IDsAdminNotifyHandler 인터페이스에는 이러한 메서드가 있습니다.

 
IDsAdminNotifyHandler::Begin

알림 처리기가 요청한 이벤트가 발생할 때 IDsAdminNotifyHandler::Begin 메서드가 호출됩니다. 알림 처리기는 IDsAdminNotifyHandler::Initialize가 호출될 때 알림을 받을 이벤트를 지정합니다.
IDsAdminNotifyHandler::End

알림 이벤트가 발생한 후 IDsAdminNotifyHandler::End 메서드가 호출됩니다. 이 메서드는 알림 프로세스가 취소된 경우에도 호출됩니다.
IDsAdminNotifyHandler::Initialize

알림 처리기를 초기화하기 위해 호출되었습니다.
IDsAdminNotifyHandler::Notify

확인 대화 상자가 표시되고 확인 대화 상자에서 알림 처리기가 선택된 후 각 개체에 대해 호출됩니다.

요구 사항

   
지원되는 최소 클라이언트 Windows Vista
지원되는 최소 서버 Windows Server 2008
대상 플랫폼 Windows
헤더 dsadmin.h

추가 정보

CoCreateInstance