NAME

GetSaveFileNameA  (COMDLG32.@)

SYNOPSIS

 BOOL GetSaveFileNameA
 (
  LPOPENFILENAMEA 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

Defined in "commdlg.h".

Implemented in "dlls/commdlg/filedlg.c". source.winehq.org/source/dlls/commdlg/filedlg.c

Debug channel "commdlg".


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