GetFileTitleW(3w)
NAME
GetFileTitleW (COMDLG32.@)
SYNOPSIS
short GetFileTitleW ( LPCWSTR lpFile, LPWSTR lpTitle, WORD cbBuf )
DESCRIPTION
Get the name of a file.
PARAMS
lpFile [In] name and location of file.
lpTitle [Out] returned file name.
cbBuf [In] buffer size of lpTitle.
RETURNS
Success: zero
Failure: negative number.
IMPLEMENTATION
Defined in "commdlg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/filedlg.c".
- Debug channel "commdlg".