Directory Services

IDsAdminNotifyHandler::End

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

HRESULT End();

Parameters

This method has no parameters.

Return Values

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

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, IDsAdminNotifyHandler::Begin, IDsAdminNotifyHandler::Notify