table of contents
other versions
- wheezy 1.4.1-4
GetOpenFileNameA(3w) | Wine API | GetOpenFileNameA(3w) |
NAME¶
GetOpenFileNameA (COMDLG32.@)SYNOPSIS¶
BOOL GetOpenFileNameA(
LPOPENFILENAMEA 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 |