ReactOS 0.4.16-dev-125-g798ea90
|
Public Attributes | |
MEDIA_TYPE | MediaType |
USHORT | BytesPerSector |
UCHAR | SectorsPerTrack |
USHORT | MaximumTrack |
UCHAR | NumberOfHeads |
USHORT _DRIVE_MEDIA_CONSTANTS::BytesPerSector |
Definition at line 160 of file floppy.c.
Referenced by DetermineMediaType(), FlopticalFormatMedia(), FormatMedia(), and ScsiFlopDeviceControl().
USHORT _DRIVE_MEDIA_CONSTANTS::MaximumTrack |
Definition at line 162 of file floppy.c.
Referenced by DetermineMediaType(), FlCheckFormatParameters(), FormatMedia(), and ScsiFlopDeviceControl().
MEDIA_TYPE _DRIVE_MEDIA_CONSTANTS::MediaType |
Definition at line 159 of file floppy.c.
Referenced by DetermineMediaType(), FlCheckFormatParameters(), FormatMedia(), and ScsiFlopDeviceControl().
UCHAR _DRIVE_MEDIA_CONSTANTS::NumberOfHeads |
Definition at line 163 of file floppy.c.
Referenced by DetermineMediaType(), FlCheckFormatParameters(), FlopticalFormatMedia(), FormatMedia(), and ScsiFlopDeviceControl().
UCHAR _DRIVE_MEDIA_CONSTANTS::SectorsPerTrack |
Definition at line 161 of file floppy.c.
Referenced by DetermineMediaType(), FlopticalFormatMedia(), FormatMedia(), and ScsiFlopDeviceControl().