Click to Rate and Give Feedback
MSDN
MSDN Library
System Services
Device Services
Device Management
 STORAGE_BUS_TYPE Enumeration
STORAGE_BUS_TYPE Enumeration

Specifies the various types of storage buses.

Syntax

typedef enum _STORAGE_BUS_TYPE {
  BusTypeUnknown       = 0x00,
  BusTypeScsi          = 0x01,
  BusTypeAtapi         = 0x02,
  BusTypeAta           = 0x03,
  BusType1394          = 0x04,
  BusTypeSsa           = 0x05,
  BusTypeFibre         = 0x06,
  BusTypeUsb           = 0x07,
  BusTypeRAID          = 0x08,
  BusTypeiSCSI         = 0x09,
  BusTypeSas           = 0x0A,
  BusTypeSata          = 0x0B,
  BusTypeMaxReserved   = 0x7F 
} STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE;

Constants

BusTypeUnknown

Unknown bus type.

BusTypeScsi

SCSI bus.

BusTypeAtapi

ATAPI bus.

BusTypeAta

ATA bus.

BusType1394

IEEE-1394 bus.

BusTypeSsa

SSA bus.

BusTypeFibre

Fibre Channel bus.

BusTypeUsb

USB bus.

BusTypeRAID

RAID bus.

BusTypeiSCSI

iSCSI bus.

Windows Server 2003:  This is not supported before Windows Server 2003 with SP1.
BusTypeSas

Serial Attached SCSI (SAS) bus.

Windows Server 2003:  This is not supported before Windows Server 2003 with SP1.
BusTypeSata

SATA bus.

Windows Server 2003:  This is not supported before Windows Server 2003 with SP1.
BusTypeMaxReserved

Requirements

Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
HeaderWinioctl.h

See Also

DEVICE_MEDIA_INFO

Send comments about this topic to Microsoft

Build date: 7/30/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker