Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |