#ifndef _NTWMI_H
typedef struct _HEAP_EVENT_SUBSEGMENT_ALLOC_FREE
{
PVOID HeapHandle;
PVOID SubSegment;
SIZE_T SubSegmentSize;
SIZE_T BlockSize;
} HEAP_EVENT_SUBSEGMENT_ALLOC_FREE, *PHEAP_EVENT_SUBSEGMENT_ALLOC_FREE;
View code on GitHub
No description available.