STOR_UNIT_CONTROL_QUERY_BUS_TYPE structure (storport.h)

STOR_UNIT_CONTROL_QUERY_BUS_TYPE is the structure pointed to by the Parameters parameter when a miniport's HwStorUnitControl routine is called with a ControlType of ScsiUnitQueryBusType.

Syntax

typedef struct _STOR_UNIT_CONTROL_QUERY_BUS_TYPE {
  PSTOR_ADDRESS Address;
  ULONG         BusType;
} STOR_UNIT_CONTROL_QUERY_BUS_TYPE, *PSTOR_UNIT_CONTROL_QUERY_BUS_TYPE;

Members

Address

Pointer to a STOR_ADDRESS structure that holds a storage device address.

BusType

The bus type specified by the miniport for the unit. This value must be one of the enum values defined in STORAGE_BUS_TYPE.

Remarks

A miniport can use it to specify a device bus type if the device and controller have different bus types.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header storport.h

See also

STOR_ADDRESS

STORAGE_BUS_TYPE