Funktionreferenz


_WinAPI_CommDlgExtendedErrorEx


Returns a common dialog box error code

#include <WinAPIDlg.au3>
_WinAPI_CommDlgExtendedErrorEx ( )

Parameter

None.

Rückgabewert

Returns the general error codes for any of the common dialog box functions ($CDERR_*, $PDERR_*, $CFERR_*, $FNERR_*, and $FRERR_*).

Bemerkungen

If the common dialog box function returned False because the user closed or cancelled the dialog box, the return value is zero.

Siehe auch

Suche nach CommDlgExtendedError in der MSDN Bibliothek.