table of contents
other versions
- wheezy 1.4.1-4
GetOpenFileNameW(3w) | Wine API | GetOpenFileNameW(3w) |
NAME¶
GetOpenFileNameW (COMDLG32.@)SYNOPSIS¶
BOOL GetOpenFileNameW(
LPOPENFILENAMEW ofn
)
PARAMS¶
ofn [In/Out] address of init structure.DESCRIPTION¶
Creates a dialog box for the user to select a file to open.RETURNS¶
TRUE on success: user enters a valid file FALSE on cancel, error, close or filename-does-not-fit-in-buffer.IMPLEMENTATION¶
Declared in "commdlg.h". Implemented in "dlls/comdlg32/filedlg.c". Debug channel "commdlg".Oct 2012 | Wine API |