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

Declared in "wine/winbase16.h". https://source.winehq.org/source/include/wine/winbase16.h

Implemented in "dlls/krnl386.exe16/global.c". https://source.winehq.org/source/dlls/krnl386.exe16/global.c

Debug channel "global".


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