WS_STRING struttura (webservices.h)

Matrice di caratteri Unicode e lunghezza.

Sintassi

typedef struct _WS_STRING {
  ULONG length;
  WCHAR *chars;
} WS_STRING;

Members

length

Numero di caratteri nella stringa.

chars

Matrice di caratteri che costituiscono la stringa.

Commenti

La stringa non deve essere terminata zero. Se è terminato zero, il carattere di terminazione non è incluso nella lunghezza.

La macro WS_STRING_VALUE può essere usata per inizializzare questa struttura se la stringa è una stringa costante.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2 [app desktop | App UWP]
Intestazione webservices.h