#ifndef _NTRTL_H
// rev
typedef _Function_class_(RTL_HEAP_STACK_WRITE_ROUTINE)
NTSTATUS NTAPI RTL_HEAP_STACK_WRITE_ROUTINE(
_In_ PVOID Information, // TODO: 3 missing structures (dmex)
_In_ ULONG Size,
_In_opt_ PVOID Context
);
View code on GitHub
No description available.