共用方式為


IDsAdminNotifyHandler::End 方法 (dsadmin.h)

發生通知事件之後,會呼叫 IDsAdminNotifyHandler::End 方法。 即使取消通知程式,也會呼叫這個方法。

Syntax

HRESULT End();

傳回值

忽略這個方法的傳回值。

備註

這個方法可讓您讓通知處理常式釋放 IDsAdminNotifyHandler::BeginIDsAdminNotifyHandler::Notify 方法期間配置的任何記憶體。

需求

   
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 dsadmin.h
Dll DSAdmin.dll

另請參閱

IDsAdminNotifyHandler

IDsAdminNotifyHandler::Begin

IDsAdminNotifyHandler::Notify