Frees the specified local memory object and invalidates its handle
#include <WinAPIMem.au3>
_WinAPI_LocalFree ( $hMemory )
$hMemory | A handle to the local memory object |
Success: | True |
Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search LocalFree in MSDN Library.