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.
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 |