GlobalSize16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GlobalSize16 (KRNL386.20)

SYNOPSIS

DWORD GlobalSize16
 (
  HGLOBAL16 handle
 )

PARAMS

[In] Handle of global memory object.

DESCRIPTION

GlobalSize16 (KERNEL32.32).

Get the current size of a global memory object.

RETURNS

Size in bytes of object 0: Failure

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/kernel32/global16.c".

Debug channel "global".