GlobalFlags16(3w)
NAME
GlobalFlags16 (KRNL386.22)
SYNOPSIS
UINT16 GlobalFlags16
(
HGLOBAL16 handle
)
PARAMS
[In] Handle of global memory object.
DESCRIPTION
Get information about a global memory object.
NOTES
Should this return GMEM_INVALID_HANDLE instead of 0 on invalid handle?.
RETURNS
Value specifying flags and lock count GMEM_INVALID_HANDLE: Invalid handle
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
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".