Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 3.19 KB

ns-srb-_srbex_data_scsi_cdb32.md

File metadata and controls

106 lines (75 loc) · 3.19 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:srb._SRBEX_DATA_SCSI_CDB32
_SRBEX_DATA_SCSI_CDB32 (srb.h)
The _SRBEX_DATA_SCSI_CDB32 structure (srb.h) contains the extended SRB data for a 32-byte SCSI command data block (CDB).
storage\srbex_data_scsi_cdb32.htm
storage
03/29/2018
SRBEX_DATA_SCSI_CDB32 structure
*PSRBEX_DATA_SCSI_CDB32, PSRBEX_DATA_SCSI_CDB32, PSRBEX_DATA_SCSI_CDB32 structure pointer [Storage Devices], SRBEX_DATA_SCSI_CDB32, SRBEX_DATA_SCSI_CDB32 structure [Storage Devices], _SRBEX_DATA_SCSI_CDB32, storage.srbex_data_scsi_cdb32, storport/PSRBEX_DATA_SCSI_CDB32, storport/SRBEX_DATA_SCSI_CDB32
srb.h
Storport.h, Srb.h, Minitape.h
Windows
Available starting with Windows 8.
Windows
SRBEX_DATA_SCSI_CDB32, *PSRBEX_DATA_SCSI_CDB32
_SRBEX_DATA_SCSI_CDB32
srb/_SRBEX_DATA_SCSI_CDB32
PSRBEX_DATA_SCSI_CDB32
srb/PSRBEX_DATA_SCSI_CDB32
SRBEX_DATA_SCSI_CDB32
srb/SRBEX_DATA_SCSI_CDB32
APIRef
kbSyntax
HeaderDef
Storport.h
_SRBEX_DATA_SCSI_CDB32
PSRBEX_DATA_SCSI_CDB32
SRBEX_DATA_SCSI_CDB32

_SRBEX_DATA_SCSI_CDB32 structure (srb.h)

-description

The SRBEX_DATA_SCSI_CDB32 structure contains the extended SRB data for a 32-byte SCSI command data block (CDB).

Note  The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
 

-struct-fields

-field Type

Data type indicator for the bidirectional extended SRB data structure. Set to SrbExDataTypeScsiCdb32.

-field Length

Length of the data in this structure starting with the ScsiStatus member. Set to SRBEX_DATA_SCSI_CDB32_LENGTH.

-field ScsiStatus

The SCSI status code returned for the submitted SRB.

-field SenseInfoBufferLength

The length of the sense information returned in the buffer pointed to by SenseInfoBuffer.

-field CdbLength

The length of the CDB data, in bytes, of the Cdb array.

-field Reserved

This member is reserved. Set to 0.

-field Reserved1

This member is reserved. Set to 0.

-field SenseInfoBuffer

A pointer to a buffer containing any returned sense information.

-field Cdb

The 32-byte CDB buffer.

-remarks

This structure is used to submit an extended SRB data for a CDB of 32 bytes or less.

-see-also

SRBEX_DATA_SCSI_CDB16

STORAGE_REQUEST_BLOCK