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 "dlls/kernel/heap.c". source.winehq.org/source/dlls/kernel/heap.c

Debug channel "heap".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.