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
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/heap.c".
- Debug channel "heap".