#ifndef _NTWMI_H typedef struct _PERFINFO_DPC_ENQUEUE_INFORMATION { ULONG_PTR Key; LONG DpcQueueDepth; ULONG DpcCount; ULONG TargetProcessorIndex; UCHAR Importance; UCHAR Reserved[3]; } PERFINFO_DPC_ENQUEUE_INFORMATION, *PPERFINFO_DPC_ENQUEUE_INFORMATION; #endif View code on GitHub
No description available.