GlobalDOSAlloc16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GlobalDOSAlloc16 (KRNL386.184)

SYNOPSIS

DWORD GlobalDOSAlloc16
 (
  DWORD size
 )

PARAMS

[In] Number of bytes to be allocated.

DESCRIPTION

Allocate memory in the first MB.

RETURNS

Address (HW=Paragraph segment; LW=Selector)

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".