Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure represents a SOAP fault code.
Syntax
typedef struct _WSD_SOAP_FAULT_CODE {
WSDXML_NAME* Value;
WSD_SOAP_FAULT_SUBCODE* Subcode;
} WSD_SOAP_FAULT_CODE;
Members
- Value
A WSDXML_NAME structure that contains the qualified name of the SOAP fault code.
- Subcode
A WSD_SOAP_FAULT_SUBCODE structure that contains the fault subcode.
Requirements
| Header | wsdapi.h |
| Library | wsdapi.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |