Function Reference


_MemGlobalFree

Frees the specified global memory object and invalidates its handle

#include <Memory.au3>
_MemGlobalFree ( $hMemory )

Parameters

$hMemory Handle to the global memory object

Return Value

Success: 0.
Failure: $hMemory.

Related

_MemGlobalAlloc

See Also

Search GlobalFree in MSDN Library.