#ifndef _NTWMI_H typedef struct _ETW_UMS_EVENT_PARK { ULONG ProcessId; ULONG ScheduledThreadId; ULONG ParkFlags; } ETW_UMS_EVENT_PARK, *PETW_UMS_EVENT_PARK; #endif View code on GitHub
No description available.