public static interface Winevt.EVT_CHANNEL_ISOLATION_TYPE
Modifier and Type | Field | Description |
---|---|---|
static int |
EvtChannelIsolationTypeApplication |
Provides open access to the channel.
|
static int |
EvtChannelIsolationTypeCustom |
Provides custom access to the channel.
|
static int |
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.
|
static final int EvtChannelIsolationTypeApplication
static final int EvtChannelIsolationTypeSystem
static final int EvtChannelIsolationTypeCustom