#ifndef _NTRTL_H typedef struct _RTL_HEAP_STACK_CONTROL { USHORT Version; USHORT Flags; HANDLE ProcessHandle; } RTL_HEAP_STACK_CONTROL, *PRTL_HEAP_STACK_CONTROL; #endif View code on GitHub
No description available.