Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is used by the FSCTL_SET_ZERO_DATAcontrol code to indicate a range of a file to set to zero.

Syntax

typedef struct _FILE_ZERO_DATA_INFORMATION{
  LARGE_INTEGER 
FileOffset;
  LARGE_INTEGER 
BeyondFinalZero;
} FILE_ZERO_DATA_INFORMATION, *PFILE_ZERO_DATA_INFORMATION;

Members

FileOffset

File offset of the start of the range to set to zero, in bytes.

BeyondFinalZero

Byte offset of the first byte beyond the last byte set to zero.

Requirements

Header fsioctl.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also