ETW_PROVIDER_TRAIT_TYPE enumeration (evntcons.h)

Specifies the types of Provider Traits supported by Event Tracing for Windows (ETW).

Syntax

typedef enum {
  EtwProviderTraitTypeGroup,
  EtwProviderTraitDecodeGuid,
  EtwProviderTraitTypeMax
} ETW_PROVIDER_TRAIT_TYPE;

Constants

 
EtwProviderTraitTypeGroup
ETW Provider trait group.
EtwProviderTraitDecodeGuid
ETW Provider trait decode GUID.
EtwProviderTraitTypeMax
ETW Provider trait type maximum.

Remarks

Providers are applications that can generate event logs.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header evntcons.h

See also

Provider Traits