GlobalLock16(3w)
NAME
GlobalLock16 (KERNEL32.25)
SYNOPSIS
LPVOID GlobalLock16
(
HGLOBAL16 handle
)
PARAMS
[In] Handle of global memory object.
DESCRIPTION
This is the GlobalLock16(3w) function used by 32-bit code.
RETURNS
Pointer to first byte of memory block
NULL: Failure
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/global16.c".
- Debug channel "global".