RtlUnlockHeap - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

NTSYSAPI
BOOLEAN
NTAPI
RtlUnlockHeap(
    _In_ PVOID HeapHandle
    );

#endif

View code on GitHub

HeapHandle

Address of heap.

See RtlLockHeap for details.

Documented by

See also