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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Open a channel.static final int
Open an exported log file.
-
Field Details
-
EvtOpenChannelPath
static final int EvtOpenChannelPathOpen a channel.- See Also:
-
EvtOpenFilePath
static final int EvtOpenFilePathOpen an exported log file.- See Also:
-