.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetEndOfFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetEndOfFile\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetEndOfFile ( HANDLE \fIhFile\fR ) .SH DESCRIPTION .PP Sets the current position as the end of the file. .SH PARAMS \fIhFile\fR \fB[In]\fR File handle. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR, check \fBGetLastError(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/file.c"\fR. .PP Debug channel \fB"file"\fR.