Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of Provider Traits supported by Event Tracing for Windows (ETW).
Syntax
typedef enum {
EtwProviderTraitTypeGroup,
EtwProviderTraitDecodeGuid,
EtwProviderTraitTypeMax
} ETW_PROVIDER_TRAIT_TYPE;
Constants
EtwProviderTraitTypeGroupETW Provider trait group. |
EtwProviderTraitDecodeGuidETW Provider trait decode GUID. |
EtwProviderTraitTypeMaxETW 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 |