#ifndef _NTWMI_H typedef struct _PERFINFO_DEBUG_EVENT { ULONG ProcessId; ULONG ThreadId; PERFINFO_DEBUG_EVENT_REASON Reason; } PERFINFO_DEBUG_EVENT, *PPERFINFO_DEBUG_EVENT; #endif View code on GitHub
No description available.