Important: The information in this document is obsolete and should not be used for new development.
SCSI Terminate I/O Parameter Block
You use the SCSI terminate I/O parameter block to identify the SCSI I/O parameter block to be canceled by theSCSITerminateIOfunction. The SCSI terminate I/O parameter block is defined by theSCSITerminateIOPBdata type.
struct SCSITerminateIOPB { SCSIPBHdr SCSI_IO * scsiIOptr; }; typedef struct SCSITerminateIOPB SCSITerminateIOPB;
Field Description
SCSIPBHdr- A macro that includes the SCSI Manager parameter block header, described on page 4-21.
- scsiIOptr
- A pointer to the parameter block to be canceled.