Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |