NAME

GlobalUnlock16  (KRNL386.19)

SYNOPSIS

 BOOL16 GlobalUnlock16
 (
  HGLOBAL16 handle
 )

PARAMS

[In] Handle of global memory object.

DESCRIPTION

NOTES

Should the return values be cast to booleans?.

RETURNS

TRUE: Object is still locked

FALSE: Object is unlocked

IMPLEMENTATION

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

Implemented in "dlls/krnl386.exe16/global.c". https://source.winehq.org/source/dlls/krnl386.exe16/global.c

Debug channel "global".


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