NAME

GlobalUnlock  (KERNEL32.@)

SYNOPSIS

 BOOL GlobalUnlock
 (
  HGLOBAL handle
 )

DESCRIPTION

Unlock a global memory object.

PARAMS

handle [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

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/kernel32/heap.c". https://source.winehq.org/source/dlls/kernel32/heap.c

Debug channel "globalmem".


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