#ifndef _NTWMI_H typedef struct _ETW_POOL_EVENT { ULONG PoolType; ULONG Tag; SIZE_T NumberOfBytes; PVOID Entry; } ETW_POOL_EVENT, *PETW_POOL_EVENT; #endif View code on GitHub
No description available.