HeapCreate(3w)

NAME

HeapCreate (KERNEL32.@)

SYNOPSIS

HANDLE HeapCreate
 (
  DWORD  flags,
  SIZE_T initialSize,
  SIZE_T maxSize
 )

PARAMS

flags [In] Heap allocation flag.

initialSize [In] Initial heap size.

[In] Maximum heap size.

DESCRIPTION

Create a heap object.

RETURNS

Handle of heap: Success

NULL: Failure

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/heap.c".

Debug channel "heap".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout