IAgent::Register
[Microsoft 代理程式在 Windows 7 中已被取代,且在後續版本的 Windows 中可能無法使用。]
HRESULT Register(
IUnknown * punkNotifySink // IUnknown address for client notification sink
long * pdwSinkID // address of the notification sink ID
);
註冊用戶端應用程式的通知接收。
- 傳回S_OK,表示作業成功。
-
IUnknown
-
通知接收介面的 IUnknown 位址。
-
pdwSinkID
-
用來取消註冊通知接收) 的通知接收識別碼位址 (。
您必須註冊通知接收 (也稱為通知接收或事件接收) ,才能從 Microsoft Agent 伺服器接收事件。