.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetFileTitleW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetFileTitleW\fR (COMDLG32.@) .SH SYNOPSIS short GetFileTitleW ( LPCWSTR \fIlpFile\fR, LPWSTR \fIlpTitle\fR, WORD \fIcbBuf\fR ) .SH DESCRIPTION .PP Get the name of a file. .SH PARAMS \fIlpFile\fR \fB[In]\fR name and location of file. .PP \fIlpTitle\fR \fB[Out]\fR returned file name. .PP \fIcbBuf\fR \fB[In]\fR buffer size of \fIlpTitle\fR. .PP .SH RETURNS .PP \fBSuccess:\fR zero .PP \fBFailure:\fR negative number. .SH IMPLEMENTATION .PP Declared in \fB"commdlg.h"\fR. .PP Implemented in \fB"dlls/comdlg32/filedlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.