Specifications

CHAPTER 4
Software Support
66 Control and Status Calls
Parameter block
—> indicates input to the driver
<— indicates output from the driver
rsMountDisks 4
You can use the rsMountDisks control routine to enable PC disks to be mounted and
unmounted. After the call has been made, the interface driver monitors all disk-insertion
events, looking for PC-formatted disks. If the disk inserted is not a Macintosh-formatted
disk, it is considered to be a PC disk, and it is made available to the PC system if the PC
system is active. PC disks are mounted and unmounted automatically, and the
rsMountDisks call merely enables the process.
The status code for this routine is rsMountDisks = 501.
Parameter block
—> indicates input to the driver
<— indicates output from the driver
—> ioCompletion long Pointer to the completion routine.
<— ioResult word Device driver’s result code.
—> ioRefNum word Device driver’s reference number.
—> csCode word Equals rsDisableVideo.
—> ioCompletion long Pointer to the completion routine.
<— ioResult word Device driver’s result code.
—> ioRefNum word Device driver’s reference number.
—> csCode word Equals rsMountDisks.