#ifndef _NTWMI_H
//
// Only log wait-events for KQUEUE and PUSHLOCK objects. Full tracing generates
// way too much data and also significantly affects performance.
//
// Also note that full tracing for PUSHLOCK objects is impossible as some routines
// are defined inline in ex.h and are already compiled into drivers.
//
#define WMI_QUEUE_ACTION_WAIT_FOR_ITEM 1
View code on GitHub
No description available.