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.
A Boolean value that represents the text "true" or "false".
Syntax
typedef struct _WS_XML_BOOL_TEXT {
WS_XML_TEXT text;
BOOL value;
} WS_XML_BOOL_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
value
The Boolean value. 0 represents the text "false", while 1 represents the text "true".
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |