FILE_ZERO_DATA_INFORMATION (Windows CE 5.0)
This structure is used by the FSCTL_SET_ZERO_DATA control code to indicate a range of a file to set to zeros.
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 zeros, in bytes. - BeyondFinalZero
Byte offset of the first byte beyond the last zeroed byte.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Fsioctl.h
See Also
FSD Structures | FSD IOCTLs | FSCTL_SET_ZERO_DATA
Send Feedback on this topic to the authors