WS_FAULT_CODE structure (webservices.h)

Represents a fault code.

Syntax

typedef struct _WS_FAULT_CODE {
  WS_XML_QNAME          value;
  struct _WS_FAULT_CODE *subCode;
} WS_FAULT_CODE;

Members

value

The local name and namespace URI that identify the fault code.

subCode

Pointer to the next fault code in the list.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Header webservices.h