NAME

RtlFreeHeap  (NTDLL.@)

SYNOPSIS

 BOOLEAN RtlFreeHeap
 (
  HANDLE heap,
  ULONG  flags,
  PVOID  ptr
 )

DESCRIPTION

Free a memory block allocated with RtlAllocateHeap.

PARAMS

heap [In] Heap that block was allocated from.
flags [In] HEAP_ flags from "winnt.h".
ptr [In] Block to free.

RETURNS

Success: TRUE, if pointer is NULL or was freed successfully.

Failure: FALSE.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c

Debug channel "heap".


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