WS_BYTES struttura (webservices.h)
Usato per serializzare e deserializzare una matrice di byte.
Sintassi
typedef struct _WS_BYTES {
ULONG length;
BYTE *bytes;
} WS_BYTES;
Members
length
bytes
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 |