Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_PROVIDER_FILTER Struct Reference

Specifies the ETW provider filter criteria used to select which events are collected from a provider. More...

#include <etl.h>

Public Attributes

GUID ProviderId
 
ULONG64 Keyword
 
UCHAR Level
 

Detailed Description

Specifies the ETW provider filter criteria used to select which events are collected from a provider.

Member Data Documentation

◆ Keyword

ULONG64 _PROVIDER_FILTER::Keyword

Keyword bitmask restricting which event categories are collected from the provider; 0 means all keywords.

◆ Level

UCHAR _PROVIDER_FILTER::Level

Maximum verbosity level of events to collect (e.g. TRACE_LEVEL_ERROR, TRACE_LEVEL_INFORMATION).

◆ ProviderId

GUID _PROVIDER_FILTER::ProviderId

GUID uniquely identifying the ETW provider to enable.


The documentation for this struct was generated from the following file: