Important: The information in this document is obsolete and should not be used for new development.
SCSI Abort Command Parameter Block
You use the SCSI abort command parameter block to identify the SCSI I/O parameter block to be canceled by theSCSIAbortCommand
function. The SCSI abort command parameter block is defined by theSCSIAbortCommandPB
data type.
struct SCSIAbortCommandPB { SCSIPBHdr SCSI_IO * scsiIOptr; }; typedef struct SCSIAbortCommandPB SCSIAbortCommandPB;
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.