Package com.sun.jna.platform.win32
Interface Winevt.EVT_OPEN_LOG_FLAGS
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_OPEN_LOG_FLAGSDefines the values that specify whether to open a channel or exported log file. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385541(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtOpenChannelPathOpen a channel.static intEvtOpenFilePathOpen an exported log file.
 
- 
- 
- 
Field Detail- 
EvtOpenChannelPathstatic final int EvtOpenChannelPath Open a channel.- See Also:
- Constant Field Values
 
 - 
EvtOpenFilePathstatic final int EvtOpenFilePath Open an exported log file.- See Also:
- Constant Field Values
 
 
- 
 
-