IWSDEndpointProxy::P rocessFault 方法 (wsdclient.h)
处理 GetFaultInfo 检索到的 SOAP 错误。
语法
HRESULT ProcessFault(
[in] const WSD_SOAP_FAULT *pFault
);
参数
[in] pFault
指向包含故障数据的 WSD_SOAP_FAULT 结构的指针。
返回值
可能的返回值包括但不限于以下内容:
返回代码 | 说明 |
---|---|
|
方法已成功完成。 |
|
pFault 为 NULL。 |
|
错误未存储在内存中。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wsdclient.h (包括 Wsdapi.h) |
DLL | Wsdapi.dll |