WSK_BUF_LIST structure (wsk.h)
The WSK_BUF_LIST structure is used to send multiple datagrams via a single call to WskSendMessages.
Syntax
typedef struct _WSK_BUF_LIST {
struct _WSK_BUF_LIST *Next;
WSK_BUF Buffer;
} WSK_BUF_LIST, *PWSK_BUF_LIST;
Members
Next
A pointer to a WSK_BUF_LIST structure containing the next data buffer in the list.
Buffer
An initialized WSK_BUF structure that describes a data buffer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Header | wsk.h (include wsk.h) |