WinGetErrorInfo: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:PMI:WinGetErrorInfo to WinGetErrorInfo |
(No difference)
|
Revision as of 19:09, 8 December 2016
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
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.