GetSaveFileName16(3w)
NAME
GetSaveFileName16 (COMMDLG.2)
SYNOPSIS
BOOL16 GetSaveFileName16
(
SEGPTR ofn
)
PARAMS
[In/Out] address of structure with data.
DESCRIPTION
Creates a dialog box for the user to select a file to save.
RETURNS
TRUE on success: user enters a valid file FALSE on cancel, error, close
or filename-does-not-fit-in-buffer.
BUGS
unknown. There are some FIXME's left.
IMPLEMENTATION
Defined in "cdlg16.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/filedlg16.c".
- Debug channel "commdlg".