IWSDServiceProxy::GetEndpointProxy 方法 (wsdclient.h)
取得裝置的端點 Proxy。
語法
HRESULT GetEndpointProxy(
[out] IWSDEndpointProxy **ppProxy
);
參數
[out] ppProxy
IWSDEndpointProxy 介面的指標。
傳回值
可能的傳回值包括,但不限於下列各項:
傳回碼 | 描述 |
---|---|
|
方法已順利完成。 |
|
ppProxy 為 NULL。 |
備註
如果先前要求收到錯誤,則會提供端點 Proxy。 然後用戶端可以呼叫 IWSDEndpointProxy::GetFaultInfo 來判斷錯誤的本質。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wsdclient.h (包含 Wsdapi.h) |
Dll | Wsdapi.dll |