#ifndef _NTWMI_H
// Constants for UMGL (User Mode Global Logging).
//
// N.B. There is enough space reserved in UserSharedData
// to support up to 16 providers, but to avoid needless
// scanning MAX_PROVIDERS constant is currently set to 8.
//
// N.B. Heap and CritSec providers can be controlled with IFEO
// making the indexes fixed.
#define ETW_UMGL_INDEX_HEAP 0
View code on GitHub
No description available.