NAME

GlobalAlloc16  (KRNL386.15)

SYNOPSIS

 HGLOBAL16 GlobalAlloc16
 (
  UINT16 flags,
  DWORD  size
 )

PARAMS

flags [In] Object allocation attributes.
[In] Number of bytes to allocate.

DESCRIPTION

Allocate a global memory object.

RETURNS

Handle: Success

NULL: Failure

IMPLEMENTATION

Declared in "wownt32.h". https://source.winehq.org/source/include/wownt32.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.