Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WS_BYTES structure (webservices.h)

Used to serialize and deserialize an array of bytes.

Syntax

typedef struct _WS_BYTES {
 ULONG length;
 BYTE *bytes;
} WS_BYTES;

Members

length

bytes

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Header webservices.h

Feedback

Was this page helpful?

Additional resources