Scroll to navigation

GetSaveFileNameW(3w) Wine API GetSaveFileNameW(3w)

NAME

GetSaveFileNameW (COMDLG32.@)

SYNOPSIS

BOOL GetSaveFileNameW
(
LPOPENFILENAMEW ofn
)
 

PARAMS

ofn [In/Out] address of init structure.
 

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.
 

IMPLEMENTATION

Declared in "commdlg.h".
Implemented in "dlls/comdlg32/filedlg.c".
Debug channel "commdlg".
Oct 2012 Wine API