WSABUF (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |