PFILE_VALID_DATA_LENGTH_INFORMATION Struct Reference

Used as an argument to ZwSetInformationFile. More...

#include <fileinfo.h>

Data Fields

LARGE_INTEGER ValidDataLength
 

Detailed Description

Used as an argument to ZwSetInformationFile.

The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileValidDataLengthInformation

Field Documentation

LARGE_INTEGER PFILE_VALID_DATA_LENGTH_INFORMATION::ValidDataLength

Specifies the new valid data length for the file. This parameter must be a positive value that is greater than the current valid data length, but less than or equal to the current file size.


The documentation for this struct was generated from the following file: