Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IDE_DEVICE_TYPE enumeration type indicates the device type.
Note The ATA port driver and ATA miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
Syntax
typedef enum {
DeviceUnknown,
DeviceIsAta,
DeviceIsAtapi,
DeviceNotExist
} IDE_DEVICE_TYPE;
Constants
DeviceUnknownIndicates that the device does not communicate by means of a known protocol. |
DeviceIsAtaIndicates an ATA device. |
DeviceIsAtapiIndicates an ATAPI device. |
DeviceNotExistIndicates that the device does not exist. |
Requirements
| Requirement | Value |
|---|---|
| Header | irb.h (include Irb.h) |