WinFreeErrorInfo: Difference between revisions
Appearance
No edit summary |
m Martini moved page OS2 API:WinFreeErrorInfo to OS2 API:PMI:WinFreeErrorInfo |
(No difference)
|
Revision as of 17:18, 17 May 2016
WinFreeErrorInfo
- WinFreeErrorInfo(errInfo)
- Releases the memory occupied by the ERRINFO type that was allocated by WinGetErrorInfo.
Parameters
- errInfo - ERRINFO - input
- Memory block to be released.
Constants
None
Returns
Returns BOOL with value of:
Module
Define (C/C++)
INCL_WINERROR or INCL_WIN or INCL_PM
Export name/Ordinal
Calling conversion
Example Code
ERRINFO errorInfo; BOOL rc; ... rc = WinFreeErrorInfo(errorInfo); ...
Related Functions
WinGetErrorInfo WinGetLastError