共用方式為


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