Share via


FILE_ZERO_DATA_INFORMATION

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is used by the FSCTL_SET_ZERO_DATA control 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

Reference

FSD Structures
FS I/O Controls
FSCTL_SET_ZERO_DATA