ReactOS 0.4.15-dev-8614-gbc76250
|
#include <ntddcdrm.h>
Public Attributes | |
UCHAR | Reserved |
UCHAR | Control: 4 |
UCHAR | Adr: 4 |
UCHAR | TrackNumber |
UCHAR | Reserved1 |
UCHAR | Address [4] |
Definition at line 135 of file ntddcdrm.h.
UCHAR _TRACK_DATA::Address[4] |
Definition at line 141 of file ntddcdrm.h.
Referenced by _Success_(), CDROM_Audio_GetSerial(), CdTocSerial(), MCICDA_CalcFrame(), and ViFillInTrackData().
UCHAR _TRACK_DATA::Adr |
Definition at line 138 of file ntddcdrm.h.
Referenced by RamdiskDeviceControl(), and ViFillInTrackData().
UCHAR _TRACK_DATA::Control |
Definition at line 137 of file ntddcdrm.h.
Referenced by FatScanForDataTrack(), MCICDA_SkipDataTracks(), MCICDA_Status(), RamdiskDeviceControl(), and ViFillInTrackData().
UCHAR _TRACK_DATA::Reserved |
Definition at line 136 of file ntddcdrm.h.
Referenced by ViFillInTrackData().
UCHAR _TRACK_DATA::Reserved1 |
Definition at line 140 of file ntddcdrm.h.
Referenced by ViFillInTrackData().
UCHAR _TRACK_DATA::TrackNumber |
Definition at line 139 of file ntddcdrm.h.
Referenced by _When_(), RamdiskDeviceControl(), and ViFillInTrackData().