GlobalFlags(3w)
NAME
GlobalFlags (KERNEL32.@)
SYNOPSIS
UINT GlobalFlags
(
HGLOBAL hmem
)
DESCRIPTION
Get information about a global memory object.
PARAMS
hmem [In] Handle of the global memory object.
RETURNS
Failure: GMEM_INVALID_HANDLE, when the provided handle is invalid
Success: Value specifying allocation flags and lock count
IMPLEMENTATION
Defined in "ddrawi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/heap.c".
- Debug channel "heap".