#ifndef _NTWMI_H typedef struct _HEAP_SUBSEGMENT_FREE { SYSTEM_TRACE_HEADER Header; HEAP_EVENT_SUBSEGMENT_ALLOC_FREE Event; } HEAP_SUBSEGMENT_FREE, *PHEAP_SUBSEGMENT_FREE; #endif View code on GitHub
No description available.