// irb.h
typedef enum {
IdeBusPata,
IdeBusSata,
IdeBusUnknown
} IDE_BUS_TYPE, *PIDE_BUS_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the IDE bus type.
IdeBusPataSpecifies that the IDE bus type is PATA.
IdeBusSataSpecifies that the IDE bus type is SATA.
IdeBusUnknownSpecifies that the IDE bus type is unknown.