Condividi tramite


WS_XML_BASE64_TEXT struttura (webservices.h)

Rappresenta i dati codificati in base64. (ad esempio, i tre byte { 0, 0, 0 } rappresentano il testo "AAAAA".

Sintassi

typedef struct _WS_XML_BASE64_TEXT {
  WS_XML_TEXT text;
  BYTE        *bytes;
  ULONG       length;
} WS_XML_BASE64_TEXT;

Members

text

Tipo di base per tutti i tipi che derivano da WS_XML_TEXT.

bytes

Byte di dati.

length

Lunghezza dei byte di dati.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione webservices.h