public static interface Winevt.EVT_SEEK_FLAGS
Modifier and Type | Field and Description |
---|---|
static int |
EvtSeekOriginMask
A bitmask that you can use to determine which of the following flags is set:
EvtSeekRelativeToFirst
EvtSeekRelativeToLast
EvtSeekRelativeToBookmark
|
static int |
EvtSeekRelativeToBookmark
Seek to the specified offset from the bookmarked entry in the result set.
|
static int |
EvtSeekRelativeToCurrent
Seek to the specified offset from the current entry in the result set.
|
static int |
EvtSeekRelativeToFirst
Seek to the specified offset from the first entry in the result set.
|
static int |
EvtSeekRelativeToLast
Seek to the specified offset from the last entry in the result set.
|
static int |
EvtSeekStrict
Force the function to fail if the event does not exist.
|
static final int EvtSeekRelativeToFirst
static final int EvtSeekRelativeToLast
static final int EvtSeekRelativeToCurrent
static final int EvtSeekRelativeToBookmark
static final int EvtSeekOriginMask
static final int EvtSeekStrict