Jump to content

WinGetErrorInfo

From EDM2
Revision as of 19:08, 8 December 2016 by Ak120 (talk | contribs)

WinGetErrorInfo

WinGetErrorInfo(anchorBlockHndl)
Get detailed error information.

Parameters

anchorBlockHndl - HAB - input
Anchor block handle.

Constants

None

Returns

Define (C/C++)

INCL_WINERRORS or INCL_WIN or INCL_PM

Calling conversion

Cdecl32

Example Code

HAB     anchorBlockHndl;
ERRINFO errinfo;
...
errinfo = WinGetErrorInfo(anchorBlockHndl);
...

Related Functions

Notes

WinFreeErrorInfo must be called to release the memory allocated by WinGetErrorInfo for the ERRINFO.