TRANSPORT_COMMAND (Windows CE 5.0)

Send Feedback

This structure describes a SCSI-2 command block.

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

OS Versions: Windows CE 5.0 and later.
Header: Usbmsc.h.

See Also

USB Function Mass Storage Client Driver

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.