ReactOS 0.4.15-dev-7918-g2a2556c
_DRIVE_INFO Struct Reference

#include <fdc.h>

Collaboration diagram for _DRIVE_INFO:

Public Attributes

struct _CONTROLLER_INFOControllerInfo
 
UCHAR UnitNumber
 
ULONG PeripheralNumber
 
PDEVICE_OBJECT DeviceObject
 
CM_FLOPPY_DEVICE_DATA FloppyDeviceData
 
LARGE_INTEGER MotorStartTime
 
DISK_GEOMETRY DiskGeometry
 
UCHAR BytesPerSectorCode
 
WCHAR ArcPathBuffer [MAX_ARC_PATH_LEN]
 
WCHAR DeviceNameBuffer [MAX_DEVICE_NAME]
 
ULONG DiskChangeCount
 
BOOLEAN Initialized
 

Detailed Description

Definition at line 21 of file fdc.h.

Member Data Documentation

◆ ArcPathBuffer

WCHAR _DRIVE_INFO::ArcPathBuffer[MAX_ARC_PATH_LEN]

Definition at line 51 of file floppy.h.

◆ BytesPerSectorCode

UCHAR _DRIVE_INFO::BytesPerSectorCode

Definition at line 50 of file floppy.h.

Referenced by ReadWritePassive(), and RWDetermineMediaType().

◆ ControllerInfo

◆ DeviceNameBuffer

WCHAR _DRIVE_INFO::DeviceNameBuffer[MAX_DEVICE_NAME]

Definition at line 52 of file floppy.h.

Referenced by DeviceIoctlPassive(), and ReportToMountMgr().

◆ DeviceObject

PDEVICE_OBJECT _DRIVE_INFO::DeviceObject

◆ DiskChangeCount

ULONG _DRIVE_INFO::DiskChangeCount

Definition at line 53 of file floppy.h.

Referenced by DeviceIoctlPassive(), and SignalMediaChanged().

◆ DiskGeometry

DISK_GEOMETRY _DRIVE_INFO::DiskGeometry

◆ FloppyDeviceData

CM_FLOPPY_DEVICE_DATA _DRIVE_INFO::FloppyDeviceData

Definition at line 27 of file fdc.h.

Referenced by ConfigCallback(), FdcFdoConfigCallback(), HwSeek(), and ReadWritePassive().

◆ Initialized

BOOLEAN _DRIVE_INFO::Initialized

Definition at line 54 of file floppy.h.

Referenced by AddControllers().

◆ MotorStartTime

LARGE_INTEGER _DRIVE_INFO::MotorStartTime

Definition at line 46 of file floppy.h.

◆ PeripheralNumber

ULONG _DRIVE_INFO::PeripheralNumber

Definition at line 25 of file fdc.h.

Referenced by FdcFdoConfigCallback(), FdcFdoQueryBusRelations(), and FdcPdoQueryCapabilities().

◆ UnitNumber


The documentation for this struct was generated from the following files: