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 information used by read and write IOCTLs.
Syntax
typedef struct _SG_BUF {
PUCHAR sb_buf;
DWORD sb_len;
} SG_BUF, *PSG_BUF;
Members
- sb_buf
Pointer to a buffer.
- sb_len
Length of the buffer.
Requirements
Header |
diskio.h |