SCSI Virtual ID Information Parameter Block
You use the SCSI virtual ID information parameter block with theSCSIGetVirtualIDInfofunction to get the device identification record for a device on the virtual bus. The SCSI virtual ID information parameter block is defined by theSCSIGetVirtualIDInfoPBdata type.
struct SCSIGetVirtualIDInfoPB { SCSIPBHdr UInt16 scsiOldCallID; Boolean scsiExists; }; typedef struct SCSIGetVirtualIDInfoPB SCSIGetVirtualIDInfoPB;
Field Description
SCSIPBHdr- A macro that includes the SCSI Manager parameter block header, described on page 4-21. The device information record is returned in the
scsiDevicefield of the parameter block header.- scsiOldCallID
- The virtual SCSI ID of the device you are searching for.
scsiExists- The XPT returns
truein this field if thescsiDevicefield contains a valid device identification record.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help