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". source.winehq.org/source/dlls/kernel32/global16.c

Debug channel "global".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.