EVT_CHANNEL_ISOLATION_TYPE enumeration (winevt.h)

Defines the default access permissions to apply to the channel.

Syntax

typedef enum _EVT_CHANNEL_ISOLATION_TYPE {
  EvtChannelIsolationTypeApplication = 0,
  EvtChannelIsolationTypeSystem,
  EvtChannelIsolationTypeCustom
} EVT_CHANNEL_ISOLATION_TYPE;

Constants

 
EvtChannelIsolationTypeApplication
Value: 0
Provides open access to the channel.
EvtChannelIsolationTypeSystem
Provides restricted access to the channel and is used by applications running under system service accounts, drivers, or an application that logs events that relate to the health of the computer.
EvtChannelIsolationTypeCustom
Provides custom access to the channel.

Requirements

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

See also

ChannelType Complex Type

EVT_CHANNEL_CONFIG_PROPERTY_ID

EvtGetChannelConfigProperty

EvtSetChannelConfigProperty