WS_BYTES structure (webservices.h)
Utilisé pour sérialiser et désérialiser un tableau d’octets.
Syntaxe
typedef struct _WS_BYTES {
ULONG length;
BYTE *bytes;
} WS_BYTES;
Membres
length
bytes
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
En-tête | webservices.h |