Directory Services

IDsAdminNotifyHandler::Notify

The IDsAdminNotifyHandler::Notify method is called for each object after the confirmation dialog box has been displayed and the notification handler was selected in the confirmation dialog box.

HRESULT Notify( 
  ULONG nItem,
  ULONG uFlags
);

Parameters

nItem
[in] Contains the index of the item in the aObjects member of the DSOBJECTNAMES structure supplied in the IDsAdminNotifyHandler::Begin method.
uFlags
[in] Contains the flags supplied by the notificaiton handler in the IDsAdminNotifyHandler::Begin method.

Return Values

The return value from this method is ignored.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsadmin.h.

See Also

IDsAdminNotifyHandler, DSOBJECTNAMES, IDsAdminNotifyHandler::Begin