GetFileTitleW (COMDLG32.@)
short GetFileTitleW ( LPCWSTR lpFile, LPWSTR lpTitle, WORD cbBuf )
Get the name of a file.
lpFile | [In] | name and location of file. |
lpTitle | [Out] | returned file name. |
cbBuf | [In] | buffer size of lpTitle. |
Success: zero
Failure: negative number.
Defined in "commdlg.h".
Implemented in "dlls/comdlg32/filedlg.c". source.winehq.org/source/dlls/comdlg32/filedlg.c
Debug channel "commdlg".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.