WinFreeErrorInfo: Difference between revisions
Appearance
No edit summary |
m corrected links |
||
Line 12: | Line 12: | ||
=== Returns === | === Returns === | ||
Returns [[OS2 API:DataType:BOOL|BOOL]] with value of: | Returns [[OS2 API:DataType:BOOL|BOOL]] with value of: | ||
* [[OS2 API: | * [[OS2 API:Constant:TRUE|TRUE]] | ||
* [[OS2 API: | * [[OS2 API:Constant:FALSE|FALSE]] | ||
=== Module === | === Module === |
Revision as of 07:15, 4 March 2006
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