#ifndef _NTWMI_H
typedef struct _ETW_CPU_CACHE_FLUSH_EVENT
{
PVOID Address;
SIZE_T Bytes;
BOOLEAN Clean;
BOOLEAN FullFlush;
BOOLEAN Rectangle;
BOOLEAN Reserved0;
ULONG Reserved1;
} ETW_CPU_CACHE_FLUSH_EVENT, *PETW_CPU_CACHE_FLUSH_EVENT;
View code on GitHub
No description available.