Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
disk.resource
NAME
GetUnitID
find out what type of disk is out there
SYNOPSIS
idtype = GetUnitID( unitNum ), DRResource
D0 D0 A6
LONG GetUnitID(LONG);
FUNCTION
Gets the drive ID for a given unit. Note that this value may change if someone calls
ReadUnitID
, and the drive id changes.
INPUTS
unitNum
a legal unit number (zero through three)
RESULT
idtype
the type of the disk drive. Standard types are defined in the resource include file.
SEE ALSO
ReadUnitID
BUGS