WinFreeErrorInfo
Appearance
WinFreeErrorInfo
- WinFreeErrorInfo(errInfo)
Releases the memory occupied by the ERRORINFO type that was allocated by WinGetErrorInfo.
Parameters
- errInfo - ERRORINFO - input
Memory block to be released.
Constants
None
Returns
Returns BOOL with value of:
Module
Define (C/C++)
INCL_DOSPROCESS
Export name/Ordinal
Calling conversion
Example Code
ERRORINFO errorInfo; BOOL rc; ... rc = WinFreeErrorInfo(errorInfo); ...
Related Functions
WinGetErrorInfo WinGetLastError