FILE_END_OF_FILE_INFO structure
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Redistributable |
Windows SDK on Windows Server 2003 and Windows XP. |
|
Header |
|
See also
Show: