// irb.h
IDE_HW_RESET IdeHwReset;
BOOLEAN IdeHwReset(
[in] PVOID ChannelExtension
)
{...}
View the official Windows Driver Kit DDI reference
No description available.
The IdeHwReset miniport driver routine resets 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.
ChannelExtension
[in]A pointer to the channel extension.
IdeHwReset returns TRUE if the reset operation succeeded. Otherwise, it returns FALSE.
The IdeHwReset routine should complete all pending requests and reset the indicated channel.
IdeHwReset can be called even if the miniport driver is not ready for another request.