IWSDEndpointProxy::GetFaultInfo method (wsdclient.h)
Retrieves information on the last received fault.
Syntax
HRESULT GetFaultInfo(
[out] WSD_SOAP_FAULT **ppFault
);
Parameters
[out] ppFault
Pointer to a pointer to a WSD_SOAP_FAULT structure containing the SOAP fault information.
Return value
Possible return values include, but are not limited to, the following:
Return code | Description |
---|---|
|
Method completed successfully. |
|
ppFault is NULL. |
Remarks
Note The fault information returned in ppFault must be released with WSDFreeLinkedMemory when it is no longer required for use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wsdclient.h (include Wsdapi.h) |
DLL | Wsdapi.dll |