IDsAdminNotifyHandler::End method (dsadmin.h)

The IDsAdminNotifyHandler::End method is called after the notification event has occurred. This method is called even if the notification process is canceled.

Syntax

HRESULT End();

Return value

The return value from this method is ignored.

Remarks

This method provides the opportunity for the notification handler to free any memory allocated during the IDsAdminNotifyHandler::Begin or IDsAdminNotifyHandler::Notify methods.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header dsadmin.h
DLL DSAdmin.dll

See also

IDsAdminNotifyHandler

IDsAdminNotifyHandler::Begin

IDsAdminNotifyHandler::Notify