NAME

GetSaveFileNameA  (COMDLG32.@)

SYNOPSIS

 BOOL GetSaveFileNameA
 (
  OPENFILENAMEA* ofn
 )

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 "include/commdlg.h". gitlab.winehq.org/wine/wine/blob/master/include/commdlg.h

Implemented in "dlls/comdlg32/filedlg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comdlg32/filedlg.c

Debug channel "commdlg".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.