Jump to content

WinFreeErrorInfo: Difference between revisions

From EDM2
m formatting
No edit summary
Line 37: Line 37:


=== OS Version Introduced ===
=== OS Version Introduced ===
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:20, 1 November 2011

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

Cdecl32

Example Code

ERRINFO  errorInfo;
BOOL       rc;
...
rc = WinFreeErrorInfo(errorInfo);
...

Related Functions

WinGetErrorInfo WinGetLastError

Notes

OS Version Introduced

Back to OS/2 API