Function Reference


_MemGlobalUnlock

Decrements the lock count associated with a memory object that was allocated with GMEM_MOVEABLE

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

Parameters

$hMemory Handle to the global memory object

Return Value

None.

Related

_MemGlobalLock

See Also

Search GlobalUnlock in MSDN Library.