Share via


FILE_ZERO_DATA_INFORMATION (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

FSD Structures
FS I/O Controls
FSCTL_SET_ZERO_DATA