Frees a memory block in the internal library heap
#include <WinAPIMem.au3>
_WinAPI_FreeMemory ( $pMemory )
$pMemory | A pointer to the valid memory block to be freed. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |
The _WinAPI_FreeMemory() function accepts only the pointers returned by some _WinAPI_* functions (see description).