struttura WS_XML_INT32_TEXT (webservices.h)
Rappresenta un intero con segno a 32 bit. Ad esempio, il valore 255 rappresenta il testo "255")
Sintassi
typedef struct _WS_XML_INT32_TEXT {
WS_XML_TEXT text;
__int32 value;
} WS_XML_INT32_TEXT;
Members
text
Tipo di base per tutti i tipi che derivano da WS_XML_TEXT.
value
Valore Integer.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |