Scroll to navigation

RtlDestroyHeap(3w) Wine API RtlDestroyHeap(3w)

NAME

RtlDestroyHeap (NTDLL.@)

SYNOPSIS

HANDLE RtlDestroyHeap
(
HANDLE heap
)
 

DESCRIPTION

Destroy a Heap created with RtlCreateHeap(3w).
 

PARAMS

heap [In] Heap to destroy.
 

RETURNS

Success: A NULL HANDLE, if heap is NULL or it was destroyed
Failure: The Heap handle, if heap is the process heap.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/heap.c".
Debug channel "heap".
Oct 2012 Wine API