// irb.h
typedef struct _IDE_TASK_FILE {
IDEREGISTERS Current;
IDEREGISTERS Previous;
} IDE_TASK_FILE, *PIDE_TASK_FILE;
View the official Windows Driver Kit DDI reference
No description available.
The IDE_TASK_FILE structure contains the current and previous IDE task file.
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.
Current
Contains a structure of type IDEREGISTERS that holds the current contents of the ATA task file registers.
Previous
Contains a structure of type IDEREGISTERS that holds the previous contents of the ATA task file registers in the case of a 48-bit LBA command.