GlobalUnlock(3w)
NAME
GlobalUnlock (KERNEL32.@)
SYNOPSIS
BOOL GlobalUnlock
(
HGLOBAL hmem
)
DESCRIPTION
Unlock a global memory object.
PARAMS
hmem [In] Handle of the global memory object.
RETURNS
Success: Object is still locked
Failure: FALSE (The Object is unlocked).
NOTES
When the handle is invalid, last error is set to ERROR_INVALID_HANDLE
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/heap.c".
- Debug channel "heap".