struttura WS_XML_UTF16_TEXT (webservices.h)
Rappresenta il testo codificato come byte UTF-16.
Sintassi
typedef struct _WS_XML_UTF16_TEXT {
WS_XML_TEXT text;
BYTE *bytes;
ULONG byteCount;
} WS_XML_UTF16_TEXT;
Members
text
Tipo di base per tutti i tipi che derivano da WS_XML_TEXT.
bytes
Byte che puntano ai dati con codifica UTF-16.
byteCount
Lunghezza in byte dei dati con codifica UTF-16.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |