Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.23 KB

CommDlgExtendedError.md

File metadata and controls

41 lines (26 loc) · 1.23 KB

Home

Function name : CommDlgExtendedError

Group: Common Dialog Box - Library: comdlg32


The CommDlgExtendedError function returns a common dialog box error code. This code indicates the most recent error to occur during the execution of one of the common dialog box functions.


Code examples:

Creating the Save dialog box to specify the drive, directory, and name of a file to save
Creating the Open dialog box to specify the drive, directory, and name of a file to open

Declaration:

DWORD CommDlgExtendedError(VOID);  

FoxPro declaration:

DECLARE INTEGER CommDlgExtendedError IN comdlg32  

Parameters:

This function has no parameters.


Return value:

If the most recent call to a common dialog box function succeeded, the return value is undefined.

If the common dialog box function returned FALSE because the user closed or canceled the dialog box, the return value is zero. Otherwise, the return value is a nonzero error code.