다음을 통해 공유


IDsAdminNotifyHandler::Notify 메서드(dsadmin.h)

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

구문

HRESULT Notify(
  [in] ULONG nItem,
  [in] ULONG uFlags
);

매개 변수

[in] nItem

IDsAdminNotifyHandler::Begin 메서드에 제공된 DSOBJECTNAMES 구조체의 aObjects 멤버에 있는 항목의 인덱스를 포함합니다.

[in] uFlags

IDsAdminNotifyHandler::Begin 메서드의 알림 처리기에서 제공하는 플래그를 포함합니다.

반환 값

이 메서드의 반환 값은 무시됩니다.

요구 사항

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

추가 정보

DSOBJECTNAMES

IDsAdminNotifyHandler

IDsAdminNotifyHandler::Begin