WS_ENUM_VALUE structure (webservices.h)
Provides serialization information about a single value that is part of an enumeration (WS_ENUM_DESCRIPTION).
Syntax
typedef struct _WS_ENUM_VALUE {
int value;
WS_XML_STRING *name;
} WS_ENUM_VALUE;
Members
value
The numeric enum value.
name
The serialized form of the value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |