WSABUF (Compact 2013)
3/26/2014
This structure enables the creation or manipulation of a data buffer.
Syntax
typedef struct __WSABUF {
u_long len;
char FAR* buf;
} WSABUF, FAR* LPWSABUF;
Members
- len
Length of the buffer.
- buf
Pointer to the buffer.
Requirements
Header |
winsock2.h |