RtlDestroyHeap.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/heap.c".

Debug channel "heap".