Scroll to navigation

DdeGetLastError(3w) Wine API DdeGetLastError(3w)

NAME

DdeGetLastError (USER32.@)

SYNOPSIS

UINT DdeGetLastError
(
DWORD idInst
)
 

DESCRIPTION

DdeGetLastError [ USER32.@] Gets most recent error code.
 

PARAMS

idInst [In] Instance identifier.
 

RETURNS

Last error code
 

IMPLEMENTATION

Declared in "ddeml.h".
Implemented in "dlls/user32/dde_misc.c".
Debug channel "ddeml".
Oct 2012 Wine API