// irb.h
typedef enum {
ChannelStateDisabled,
ChannelStateEnabled,
ChannelStateUnKnown
} ATA_CHANNEL_STATE;
View the official Windows Driver Kit DDI reference
No description available.
The ATA_CHANNEL_STATE enumeration type indicates the state of the channel.
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.
ChannelStateDisabled
Indicates that the channel is disabled.
ChannelStateEnabled
Indicates that the channel is enabled.
ChannelStateUnKnown
Indicates that the state of the channel is unknown.
The ATA_CHANNEL_STATE enumeration type is used in conjunction with the AtaControllerChannelEnabled routine to determine whether the channel is enabled.