SGX_BUF (Windows Embedded CE 6.0)
1/6/2010
This structure contains scatter/gather buffer information.
Syntax
typedef struct _SGX_BUF {
PUCHAR sb_buf;
DWORD sb_len;
} SGX_BUF, *PSGX_BUF;
Members
- sb_buf
Contains the pointer to the scatter/gather buffer.
- sb_len
Contains the length of the scatter/gather buffer.
Requirements
Header | cdioctl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |