IDE_BUS_TYPE enumeration (irb.h)
Specifies the IDE bus type.
Syntax
typedef enum {
IdeBusPata,
IdeBusSata,
IdeBusUnknown
} IDE_BUS_TYPE, *PIDE_BUS_TYPE;
Constants
IdeBusPata Specifies that the IDE bus type is PATA. |
IdeBusSata Specifies that the IDE bus type is SATA. |
IdeBusUnknown Specifies that the IDE bus type is unknown. |
Requirements
Requirement | Value |
---|---|
Header | irb.h |