WSABUF

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources

Windows Sockets