Home  /  Autodocs  /  scsi.device

NAME

TD_REMCHANGEINT
remove a disk change software interrupt handler.

FUNCTION

This command removes a disk change software interrupt added by a previous use of TD_ADDCHANGEINT.

INPUTS

The same IO request used for TD_ADDCHANGEINT.

io_Device
preset by the call to OpenDevice()

io_Unit
preset by the call to OpenDevice()

io_Command
TD_REMCHANGEINT

io_Flags
0

io_Length
sizeof(struct Interrupt)

io_Data
pointer to Interrupt structure

RESULT

io_Error
0 for success, or an error code as defined in <devices/trackdisk.h>

SEE ALSO

TD_ADDCHANGEINT, <devices/trackdisk.h>