ReactOS 0.4.15-dev-7924-g5949c20
_SCSI_PASS_THROUGH_DIRECT_EX Struct Reference

#include <ntddscsi.h>

Collaboration diagram for _SCSI_PASS_THROUGH_DIRECT_EX:

Public Attributes

ULONG Version
 
ULONG Length
 
ULONG CdbLength
 
ULONG StorAddressLength
 
UCHAR ScsiStatus
 
UCHAR SenseInfoLength
 
UCHAR DataDirection
 
UCHAR Reserved
 
ULONG TimeOutValue
 
ULONG StorAddressOffset
 
ULONG SenseInfoOffset
 
ULONG DataOutTransferLength
 
ULONG DataInTransferLength
 
PVOID DataOutBuffer
 
PVOID DataInBuffer
 
UCHAR Cdb [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 129 of file ntddscsi.h.

Member Data Documentation

◆ Cdb

UCHAR _SCSI_PASS_THROUGH_DIRECT_EX::Cdb[ANYSIZE_ARRAY]

Definition at line 146 of file ntddscsi.h.

◆ CdbLength

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::CdbLength

Definition at line 133 of file ntddscsi.h.

◆ DataDirection

UCHAR _SCSI_PASS_THROUGH_DIRECT_EX::DataDirection

Definition at line 137 of file ntddscsi.h.

◆ DataInBuffer

PVOID _SCSI_PASS_THROUGH_DIRECT_EX::DataInBuffer

Definition at line 145 of file ntddscsi.h.

◆ DataInTransferLength

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::DataInTransferLength

Definition at line 143 of file ntddscsi.h.

◆ DataOutBuffer

PVOID _SCSI_PASS_THROUGH_DIRECT_EX::DataOutBuffer

Definition at line 144 of file ntddscsi.h.

◆ DataOutTransferLength

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::DataOutTransferLength

Definition at line 142 of file ntddscsi.h.

◆ Length

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::Length

Definition at line 132 of file ntddscsi.h.

◆ Reserved

UCHAR _SCSI_PASS_THROUGH_DIRECT_EX::Reserved

Definition at line 138 of file ntddscsi.h.

◆ ScsiStatus

UCHAR _SCSI_PASS_THROUGH_DIRECT_EX::ScsiStatus

Definition at line 135 of file ntddscsi.h.

◆ SenseInfoLength

UCHAR _SCSI_PASS_THROUGH_DIRECT_EX::SenseInfoLength

Definition at line 136 of file ntddscsi.h.

◆ SenseInfoOffset

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::SenseInfoOffset

Definition at line 141 of file ntddscsi.h.

◆ StorAddressLength

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::StorAddressLength

Definition at line 134 of file ntddscsi.h.

◆ StorAddressOffset

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::StorAddressOffset

Definition at line 140 of file ntddscsi.h.

◆ TimeOutValue

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::TimeOutValue

Definition at line 139 of file ntddscsi.h.

◆ Version

ULONG _SCSI_PASS_THROUGH_DIRECT_EX::Version

Definition at line 131 of file ntddscsi.h.


The documentation for this struct was generated from the following file: