Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure describes a SCSI-2 command block.
Syntax
typedef struct _TRANSPORT_COMMAND {
DWORD Flags;
DWORD Timeout;
DWORD Length;
DWORD dwLun;
PVOID CommandBlock;
} TRANSPORT_COMMAND, *PTRANSPORT_COMMAND;
Members
- Flags
[in] Indicator for the direction of data flow. Set to DATA_IN or DATA_OUT.
- Timeout
[in] Timeout for this command block.
- Length
[in] Length of the CommandBlock buffer.
- dwLun
[in] Logical number for logic device.
- CommandBlock
[in] Pointer to the CommandBlock buffer.
Requirements
| Header | usbmsc.h |
| Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
USB Function Mass Storage Client Driver Structures