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 FIXMEs left.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/commdlg.dll16/filedlg.c". https://source.winehq.org/source/dlls/commdlg.dll16/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 Apr 2024.