|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cdrw_usr.h>

Public Attributes | |
| union { | |
| UCHAR Flags | |
| struct { | |
| UCHAR RELADR: 1 | |
| UCHAR Immed: 1 | |
| UCHAR Reserved0: 6 | |
| } Fields | |
| } | Byte1 |
| ULONG | LBA |
| USHORT | NumOfBlocks |
Definition at line 331 of file cdrw_usr.h.
| union { ... } _SYNC_CACHE_USER_IN::Byte1 |
| struct { ... } _SYNC_CACHE_USER_IN::Fields |
| UCHAR _SYNC_CACHE_USER_IN::Flags |
Definition at line 333 of file cdrw_usr.h.
| UCHAR _SYNC_CACHE_USER_IN::Immed |
Definition at line 336 of file cdrw_usr.h.
| ULONG _SYNC_CACHE_USER_IN::LBA |
Definition at line 340 of file cdrw_usr.h.
| USHORT _SYNC_CACHE_USER_IN::NumOfBlocks |
Definition at line 341 of file cdrw_usr.h.
| UCHAR _SYNC_CACHE_USER_IN::RELADR |
Definition at line 335 of file cdrw_usr.h.
| UCHAR _SYNC_CACHE_USER_IN::Reserved0 |
Definition at line 337 of file cdrw_usr.h.