Partager via


énumération EVT_CHANNEL_TYPE (winevt.h)

Définit le type d’un canal.

Syntax

typedef enum _EVT_CHANNEL_TYPE {
  EvtChannelTypeAdmin = 0,
  EvtChannelTypeOperational,
  EvtChannelTypeAnalytic,
  EvtChannelTypeDebug
} EVT_CHANNEL_TYPE;

Constantes

 
EvtChannelTypeAdmin
Valeur : 0
Le type du canal est Administration.
EvtChannelTypeOperational
Le type du canal est Opérationnel.
EvtChannelTypeAnalytic
Le type du canal est Analytique.
EvtChannelTypeDebug
Le type du canal est Déboguer.

Remarques

Pour obtenir une description de chaque type de canal, consultez l’attribut type du type complexe ChannelType .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête winevt.h

Voir aussi

Type complexe ChannelType

EVT_CHANNEL_CONFIG_PROPERTY_ID

EvtGetChannelConfigProperty