Package com.sun.jna.platform.win32
Interface Winevt.EVT_OPEN_LOG_FLAGS
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_OPEN_LOG_FLAGS
Defines 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intOpen a channel.static final intOpen an exported log file.
- 
Field Details- 
EvtOpenChannelPathstatic final int EvtOpenChannelPathOpen a channel.- See Also:
 
- 
EvtOpenFilePathstatic final int EvtOpenFilePathOpen an exported log file.- See Also:
 
 
-