#ifndef _NTWMI_H
typedef struct _ETW_REGNOTIF_REGISTER
{
PVOID Notification;
PVOID Kcb;
UCHAR Type;
BOOLEAN WatchTree;
BOOLEAN Primary;
} ETW_REGNOTIF_REGISTER, *PETW_REGNOTIF_REGISTER;
View code on GitHub
No description available.