WS_XML_LIST_TEXT structure (webservices.h)
Represents a list of text values separated by a single whitespace character.
(e.g. The list { { WS_XML_TEXT_TYPE_INT32 }, 123}, { { WS_XML_TEXT_TYPE_BOOL }, 1 } represents the text "123 true")
Syntax
typedef struct _WS_XML_LIST_TEXT {
WS_XML_TEXT text;
ULONG itemCount;
WS_XML_TEXT **items;
} WS_XML_LIST_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
itemCount
The number of items in the list.
items
The list of items.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |