Package com.sun.jna.platform.win32
Interface Winevt.EVT_CHANNEL_TYPE
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_CHANNEL_TYPEDefines the type of a channel. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385514(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtChannelTypeAdminThe channel's type is Admin.static intEvtChannelTypeAnalyticThe channel's type is Analytic.static intEvtChannelTypeDebugThe channel's type is Debug.static intEvtChannelTypeOperationalThe channel's type is Operational.
 
- 
- 
- 
Field Detail- 
EvtChannelTypeAdminstatic final int EvtChannelTypeAdmin The channel's type is Admin.- See Also:
- Constant Field Values
 
 - 
EvtChannelTypeOperationalstatic final int EvtChannelTypeOperational The channel's type is Operational.- See Also:
- Constant Field Values
 
 - 
EvtChannelTypeAnalyticstatic final int EvtChannelTypeAnalytic The channel's type is Analytic.- See Also:
- Constant Field Values
 
 - 
EvtChannelTypeDebugstatic final int EvtChannelTypeDebug The channel's type is Debug.- See Also:
- Constant Field Values
 
 
- 
 
-