
Home / Autodocs / mfm.device
NAME
- TD_GETDRIVETYPE
-
return the type of disk drive for the unit that was opened.
FUNCTION
This command returns the type of the disk drive to the user. This number will be a small integer and will come from the set of DRIVEXXX constants defined in <devices/trackdisk.h>.
This command is directly forwarded to the trackdisk.device.
INPUTS
- io_Device
-
preset by the call to OpenDevice()
- io_Unit
-
preset by the call to OpenDevice()
- io_Command
-
TD_GETDRIVETYPE
- io_Flags
-
0 or IOF_QUICK
RESULT
- io_Error
-
0 for success, or an error code as defined in <devices/trackdisk.h>
- io_Actual
-
if io_Error is 0 this contains the drive type connected to this unit.
SEE ALSO
TD_GETNUMTRACKS, <devices/trackdisk.h>