[This is preliminary documentation and subject to change.]
The FILE_ZERO_DATA_INFORMATION structure is used with the FSCTL_SET_ZERO_DATA operation to indicate a range of a file to set to zeroes.
typedef struct _FILE_ZERO_DATA_INFORMATION {
LARGE_INTEGER FileOffset;
LARGE_INTEGER BeyondFinalZero;
} FILE_ZERO_DATA_INFORMATION;
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winioctl.h.
Device Input and Output Overview, Device Input and Output Structures, FSCTL_SET_ZERO_DATA, Sparse Files