SetEndOfFile (KERNEL32.@)
BOOL SetEndOfFile ( HANDLE hFile )
Sets the current position as the end of the file.
hFile | [In] | File handle. |
Success: TRUE.
Failure: FALSE, check GetLastError.
Defined in "winbase.h".
Implemented in "dlls/kernel32/file.c". source.winehq.org/source/dlls/kernel32/file.c
Debug channel "file".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.