.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalFlags 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalFlags\fR (KERNEL32.@) .SH SYNOPSIS UINT GlobalFlags ( HGLOBAL \fIhmem\fR ) .SH DESCRIPTION .PP Get information about a global memory object. .SH PARAMS \fIhmem\fR \fB[In]\fR Handle of the global memory object. .PP .SH RETURNS .PP \fBFailure:\fR \fBGMEM_INVALID_HANDLE\fR, when the provided handle is invalid .PP \fBSuccess:\fR Value specifying allocation flags and lock count .SH IMPLEMENTATION .PP Declared in \fB"ddrawi.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.