Scroll to navigation

GlobalSize16(3w) Wine API GlobalSize16(3w)

NAME

GlobalSize16 (KRNL386.20)

SYNOPSIS

DWORD GlobalSize16
(
HGLOBAL16 handle
)
 

PARAMS

[In] Handle of global memory object.
 

DESCRIPTION

Get the current size of a global memory object.
 

RETURNS

Size in bytes of object 0: Failure
 

IMPLEMENTATION

Declared in "wine/winbase16.h".
Implemented in "dlls/krnl386.exe16/global.c".
Debug channel "global".
Oct 2012 Wine API