Package com.sun.jna.platform.win32
Interface Winevt.EVT_CHANNEL_ISOLATION_TYPE
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_CHANNEL_ISOLATION_TYPEDefines the default access permissions to apply to the channel. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385502(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtChannelIsolationTypeApplicationProvides open access to the channel.static intEvtChannelIsolationTypeCustomProvides custom access to the channel.static intEvtChannelIsolationTypeSystemProvides 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 Detail- 
EvtChannelIsolationTypeApplicationstatic final int EvtChannelIsolationTypeApplication Provides open access to the channel.- See Also:
- Constant Field Values
 
 - 
EvtChannelIsolationTypeSystemstatic final 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelIsolationTypeCustomstatic final int EvtChannelIsolationTypeCustom Provides custom access to the channel.- See Also:
- Constant Field Values
 
 
- 
 
-