RtlLockHeap - NtDoc

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

NTSYSAPI
BOOLEAN
NTAPI
RtlLockHeap(
    _In_ PVOID HeapHandle
    );

#endif

View code on GitHub

HeapHandle

Heap address.


Function protect locks virtual memory. See NtLockVirtualMemory for additional information.

Documented by

See also