Package com.sun.jna.platform.win32
Interface Winevt.EVT_CHANNEL_ISOLATION_TYPE
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_CHANNEL_ISOLATION_TYPE
Defines the default access permissions to apply to the channel.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385502(v=vs.85).aspx
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Provides open access to the channel.static final int
Provides custom access to the channel.static final int
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.
-
Field Details
-
EvtChannelIsolationTypeApplication
static final int EvtChannelIsolationTypeApplicationProvides open access to the channel.- See Also:
-
EvtChannelIsolationTypeSystem
static final int 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.- See Also:
-
EvtChannelIsolationTypeCustom
static final int EvtChannelIsolationTypeCustomProvides custom access to the channel.- See Also:
-