Package com.sun.jna.platform.win32
Interface Winevt.EVT_SEEK_FLAGS
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_SEEK_FLAGS
Defines the relative position in the result set from which to seek.
 https://msdn.microsoft.com/en-us/library/windows/desktop/aa385575(v=vs.85).aspx
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intA bitmask that you can use to determine which of the following flags is set: EvtSeekRelativeToFirst EvtSeekRelativeToLast EvtSeekRelativeToBookmarkstatic final intSeek to the specified offset from the bookmarked entry in the result set.static final intSeek to the specified offset from the current entry in the result set.static final intSeek to the specified offset from the first entry in the result set.static final intSeek to the specified offset from the last entry in the result set.static final intForce the function to fail if the event does not exist.
- 
Field Details- 
EvtSeekRelativeToFirststatic final int EvtSeekRelativeToFirstSeek to the specified offset from the first entry in the result set. The offset must be a positive value.- See Also:
 
- 
EvtSeekRelativeToLaststatic final int EvtSeekRelativeToLastSeek to the specified offset from the last entry in the result set. The offset must be a negative value.- See Also:
 
- 
EvtSeekRelativeToCurrentstatic final int EvtSeekRelativeToCurrentSeek to the specified offset from the current entry in the result set. The offset can be a positive or negative value.- See Also:
 
- 
EvtSeekRelativeToBookmarkstatic final int EvtSeekRelativeToBookmarkSeek to the specified offset from the bookmarked entry in the result set. The offset can be a positive or negative value.- See Also:
 
- 
EvtSeekOriginMaskstatic final int EvtSeekOriginMaskA bitmask that you can use to determine which of the following flags is set:- EvtSeekRelativeToFirst
- EvtSeekRelativeToLast
- EvtSeekRelativeToBookmark
 - See Also:
 
- 
EvtSeekStrictstatic final int EvtSeekStrictForce the function to fail if the event does not exist.- See Also:
 
 
-