GlobalReAlloc16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GlobalReAlloc16 (KRNL386.16)

SYNOPSIS

HGLOBAL16 GlobalReAlloc16
 (
  HGLOBAL16 handle,
  DWORD     size,
  UINT16    flags
 )

PARAMS

handle [In] Handle of global memory object.

size [In] New size of block.

[In] How to reallocate object.

DESCRIPTION

Change the size or attributes of a global memory object.

RETURNS

Handle: Success

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