Scroll to navigation

CommDlgExtendedError(3w) Wine API CommDlgExtendedError(3w)

NAME

CommDlgExtendedError (COMDLG32.@)

SYNOPSIS

DWORD CommDlgExtendedError
(
)
 

DESCRIPTION

Get the thread's local error value if a comdlg32 function fails.
 

RETURNS

Current error value which might not be valid if a previous call succeeded.
 

IMPLEMENTATION

Declared in "cdlg.h".
Implemented in "dlls/comdlg32/cdlg32.c".
Debug channel "commdlg".
Oct 2012 Wine API