Scroll to navigation

GlobalFlags(3w) Wine API 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

Declared in "ddrawi.h".
Implemented in "dlls/kernel32/heap.c".
Debug channel "heap".
Oct 2012 Wine API