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