#ifndef _NTWMI_H #include <pshpack1.h> typedef struct _ETW_HEAP_EVENT_RUNDOWN_RANGE { PVOID Address; SIZE_T Size; } ETW_HEAP_EVENT_RUNDOWN_RANGE, *PETW_HEAP_EVENT_RUNDOWN_RANGE; #include <poppack.h> #endif View code on GitHub
No description available.