STORAGE_SET_READ_AHEAD structure (ntddcdvd.h)

The STORAGE_SET_READ_AHEAD structure is used in conjunction with the IOCTL_STORAGE_SET_READ_AHEAD request to instruct the device to skip to the target address upon reaching the trigger address.

Syntax

typedef struct _STORAGE_SET_READ_AHEAD {
  LARGE_INTEGER TriggerAddress;
  LARGE_INTEGER TargetAddress;
} STORAGE_SET_READ_AHEAD, *PSTORAGE_SET_READ_AHEAD;

Members

TriggerAddress

Indicates the address at which the device jumps to the target address.

TargetAddress

Indicates the address to jump to.

Requirements

Requirement Value
Header ntddcdvd.h (include Ntddcdvd.h)

See also

IOCTL_STORAGE_SET_READ_AHEAD