IDE_TASK_FILE structure (irb.h)

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.
 

Syntax

typedef struct _IDE_TASK_FILE {
  IDEREGISTERS Current;
  IDEREGISTERS Previous;
} IDE_TASK_FILE, *PIDE_TASK_FILE;

Members

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.

Requirements

Requirement Value
Header irb.h (include Irb.h)

See also

IDEREGISTERS