Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 4 - SCSI Manager 4.3 / SCSI Manager 4.3 Reference
Data Structures


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 the SCSITerminateIO function. The SCSI terminate I/O parameter block is defined by the SCSITerminateIOPB data 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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996