◄Function Group► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINERRORS BOOL WinFreeErrorInfo(perrinfo) PERRINFO perrinfo; /* address of structure with error-info block */ The WinFreeErrorInfo function frees memory allocated for an error information block. Parameter Description ──────────────────────────────────────────────────────────────────────────── perrinfo Points to the ERRINFO structure that contains the error-information block whose memory is to be freed. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. See Also WinGetErrorInfo, WinGetLastError, ERRINFO ♦