STORAGE_SET_READ_AHEAD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdvd.h

typedef struct _STORAGE_SET_READ_AHEAD {
  LARGE_INTEGER TriggerAddress;
  LARGE_INTEGER TargetAddress;
} STORAGE_SET_READ_AHEAD, *PSTORAGE_SET_READ_AHEAD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdvd-_storage_set_read_ahead)

_STORAGE_SET_READ_AHEAD structure

Description

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.

Members

TriggerAddress

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

TargetAddress

Indicates the address to jump to.

See also

IOCTL_STORAGE_SET_READ_AHEAD