Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |