// ntddcdvd.h
// CTL_CODE(0x002d, 0x100, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_STORAGE_SET_READ_AHEAD 0x002D4400
View the official Windows Driver Kit DDI referenceNo description available.
Causes the device to skip to the given target address when the device reaches a certain trigger address during read-ahead caching.
The buffer at Irp->AssociatedIrp.SystemBuffer contains a STORAGE_SET_READ_AHEAD structure that indicates the trigger and target addresses.
The length of a STORAGE_SET_READ_AHEAD structure.
None.
None.
The Information field is set to zero. The Status field is set to STATUS_SUCCESS.