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.
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
EvtChannelIsolationTypeApplicationValue: 0 Provides open access to the channel. |
EvtChannelIsolationTypeSystemProvides 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. |
EvtChannelIsolationTypeCustomProvides 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 |