IDsAdminNotifyHandler::Notify method (dsadmin.h)
The IDsAdminNotifyHandler::Notify method is called for each object after the confirmation dialog box has been displayed and the notification handler is selected in the confirmation dialog box.
Syntax
HRESULT Notify(
[in] ULONG nItem,
[in] ULONG uFlags
);
Parameters
[in] nItem
Contains the index of the item in the aObjects member of the DSOBJECTNAMES structure supplied in the IDsAdminNotifyHandler::Begin method.
[in] uFlags
Contains the flags supplied by the notification handler in the IDsAdminNotifyHandler::Begin method.
Return value
The return value from this method is ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | dsadmin.h |
DLL | DSAdmin.dll |