#ifndef _NTWMI_H
typedef struct _ETW_TP_EVENT_POOL_CLOSE
{
SYSTEM_TRACE_HEADER Header; // Header
PVOID PoolId; // Pool Identifier
// PoolId must be the last field or update users
} ETW_TP_EVENT_POOL_CLOSE, *PETW_TP_EVENT_POOL_CLOSE;
View code on GitHub
No description available.