SGX_BUF (Compact 2013)
3/26/2014
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 |