// irb.h
typedef enum {
IdeBusPata,
IdeBusSata,
IdeBusUnknown
} IDE_BUS_TYPE, *PIDE_BUS_TYPE;
View the official Windows Driver Kit DDI reference
No description available.
Specifies the IDE bus type.
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.