win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinFreeErrorInfo (1.2)
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