Home |
The ISO 9660 File System Structure The exFAT File System Structure RTFiles-32 in Embedded Applications NULL Device Driver |
NULL Device DriverThe NULL device driver does not implement access to any mass storage device. It is a dummy driver used to create gaps in the drive letter assignment. Any number of dummy drives using the NULL device driver can be used. RTFDevice.DeviceTypeRTFDevice.DeviceType must be set to RTF_DEVICE_FLOPPY. RTFDevice.DeviceNumberThis field is ignored and should be set to 0, even if several NULL devices are used. RTFDevice.DeviceFlagsThe NULL device driver does not define any device dependent device flags. All device independent flags documented in section Device List are supported. RTFDevice.DriverThis field must point to RTFDrvNULL. RTFDevice.DriverDataThe NULL device driver does not define any data structure. This field should be set to NULL.
|