GlobalAlloc16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GlobalAlloc16 (KRNL386.15)

SYNOPSIS

HGLOBAL16 GlobalAlloc16
 (
  UINT16 flags,
  DWORD  size
 )

PARAMS

flags [In] Object allocation attributes.

[In] Number of bytes to allocate.

DESCRIPTION

GlobalAlloc16 (KERNEL32.24).

Allocate a global memory object.

RETURNS

Handle: Success

NULL: Failure

IMPLEMENTATION

Defined in "wownt32.h".

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

Debug channel "global".