No description available.
The FSCTL_OFFLOAD_READ_INPUT structure contains the input for the FSCTL_OFFLOAD_READ control code request.
SizeThe size in bytes of this structure. Set this member to sizeof(FSCTL_OFFLOAD_READ_INPUT).
FlagsThis member is not used. Set to 0.
TokenTimeToLiveThe time, in milliseconds, for which the read operation remains valid. The default time-to-live is 0. The recommended value for time-to-live is also 0.
ReservedReserved.
FileOffsetThe position in the file to start reading from. The offset value must be aligned to a logical sector boundary on the volume.
CopyLengthThe length, in bytes, of data to read, starting at FileOffset. The length value must align to a logical sector boundary on the volume, except when the length matches end-of-file.
The storage device's copy provider retains the data read for the duration in TokenTimeToLive. Multiple writes with the same token can be performed until the time in TokenTimeToLive expires.