struttura WS_XML_BOOL_TEXT (webservices.h)
Valore booleano che rappresenta il testo "true" o "false".
Sintassi
typedef struct _WS_XML_BOOL_TEXT {
WS_XML_TEXT text;
BOOL value;
} WS_XML_BOOL_TEXT;
Members
text
Tipo di base per tutti i tipi che derivano da WS_XML_TEXT.
value
Il valore booleano. 0 rappresenta il testo "false", mentre 1 rappresenta il testo "true".
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |