Specifications
CHAPTER 4
Software Support
Control and Status Calls 69
rsEndMouseTracking 4
You can use the rsEndMouseTracking control routine to direct the mouse movements
and button presses to the Mac OS. This routine also causes the driver to show the
Macintosh cursor.
The status code for this routine is rsEndMouseTracking = 202.
Parameter block
—> indicates input to the driver
<— indicates output from the driver
rsEndPrintJob 4
You can use the rsEndPrintJob control routine to end the current print job and, if
there is one, close the spool file. Any subsequent data transferred from the PC system to
the parallel port starts a new spool file.
The control call for this routine is rsEndPrintJob = 401.
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 rsEndMouseTracking.
—> ioCompletion long Pointer to the completion routine.
<— ioResult word Device driver’s result code.
—> ioRefNum word Device driver’s reference number.
—> csCode word Equals rsEndPrintJob.