FILE_END_OF_FILE_INFO structure (winbase.h)
Contains the specified value to which the end of the file should be set. Used for file handles. Use only when calling SetFileInformationByHandle.
Syntax
typedef struct _FILE_END_OF_FILE_INFO {
LARGE_INTEGER EndOfFile;
} FILE_END_OF_FILE_INFO, *PFILE_END_OF_FILE_INFO;
Members
EndOfFile
The specified value for the new end of the file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winbase.h (include Windows.h) |
Redistributable | Windows SDK on Windows Server 2003 and Windows XP. |