EVT_CHANNEL_TYPE enumeration (winevt.h)
Defines the type of a channel.
Syntax
typedef enum _EVT_CHANNEL_TYPE {
EvtChannelTypeAdmin = 0,
EvtChannelTypeOperational,
EvtChannelTypeAnalytic,
EvtChannelTypeDebug
} EVT_CHANNEL_TYPE;
Constants
EvtChannelTypeAdmin Value: 0 The channel's type is Admin. |
EvtChannelTypeOperational The channel's type is Operational. |
EvtChannelTypeAnalytic The channel's type is Analytic. |
EvtChannelTypeDebug The channel's type is Debug. |
Remarks
For a description of each channel type, see the type attribute of the ChannelType complex type.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winevt.h |