Funktionreferenz


_WinAPI_FreeMemory


Frees a memory block in the internal library heap

#include <WinAPIMem.au3>
_WinAPI_FreeMemory ( $pMemory )

Parameter

$pMemory A pointer to the valid memory block to be freed.

Rückgabewert

Success: 1.
Failure: 0 and sets the @error flag to non-zero.

Bemerkungen

The _WinAPI_FreeMemory() function accepts only the pointers returned by some _WinAPI_* functions (see description).