.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalSize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalSize\fR (KERNEL32.@) .SH SYNOPSIS SIZE_T GlobalSize ( HGLOBAL \fIhmem\fR ) .SH DESCRIPTION .PP Get the size of a global memory object. .SH PARAMS \fIhmem\fR \fB[In]\fR Handle of the global memory object. .PP .SH RETURNS .PP \fBFailure:\fR \fB0\fR .PP \fBSuccess:\fR Size in Bytes of the global memory object. .SH NOTES .PP When the handle is invalid, last error is set to \fBERROR_INVALID_HANDLE\fR .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.