RTL_HEAP_STACK_WRITE_ROUTINE - NtDoc

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

// rev
// Information points to one of: RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT,
// RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER, RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION.
// A null Information/Size signals end-of-stream.
typedef _Function_class_(RTL_HEAP_STACK_WRITE_ROUTINE)
NTSTATUS NTAPI RTL_HEAP_STACK_WRITE_ROUTINE(
    _In_ PVOID Information,
    _In_ ULONG Size,
    _In_opt_ PVOID Context
    );

#endif

View code on GitHub

NtDoc

No description available.