IDE_BUS_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// irb.h

typedef enum {
  IdeBusPata,
  IdeBusSata,
  IdeBusUnknown
} IDE_BUS_TYPE, *PIDE_BUS_TYPE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-irb-ide_bus_type)

Description

Specifies the IDE 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.

Remarks

See also