WS_UNION_FIELD_DESCRIPTION structure (webservices.h)
Represents serialization information about a field within a union. See WS_UNION_DESCRIPTION.
Syntax
typedef struct _WS_UNION_FIELD_DESCRIPTION {
int value;
WS_FIELD_DESCRIPTION field;
} WS_UNION_FIELD_DESCRIPTION;
Members
value
The enumeration value that field of the union corresponds to. See WS_FIELD_DESCRIPTION and WS_UNION_DESCRIPTION.
field
Information about the field. See WS_FIELD_DESCRIPTION and WS_UNION_DESCRIPTION.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |