检索异步操作的终结点代理。
语法
HRESULT GetEndpointProxy(
[out] IWSDEndpointProxy **ppEndpoint
);
参数
[out] ppEndpoint
实现终结点代理的 IWSDEndpointProxy 接口。
返回值
此方法可以返回其中一个值。
可能的返回值包括但不限于以下值。
| 返回代码 | 说明 |
|---|---|
|
方法已成功完成。 |
|
ppEndpoint 为 NULL。 |
要求
| 最低受支持的客户端 | Windows Vista [仅限桌面应用] |
| 最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
| 目标平台 | Windows |
| 标头 | wsdclient.h (包括 Wsdapi.h) |
| DLL | Wsdapi.dll |