Jump to content

WinFreeErrorInfo: Difference between revisions

From EDM2
WinFreeErrorInfo created.
 
m corrected INCL_ stuff
Line 18: Line 18:


=== Define (C/C++) ===
=== Define (C/C++) ===
INCL_DOSPROCESS
INCL_WINERROR or INCL_WIN or INCL_PM


=== Export name/Ordinal ===
=== Export name/Ordinal ===

Revision as of 21:52, 11 May 2005

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_WINERROR or INCL_WIN or INCL_PM

Export name/Ordinal

Calling conversion

Cdecl32

Example Code

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

Related Functions

WinGetErrorInfo WinGetLastError

Notes

OS Version Introduced