Schnittstelle Winevt.EVT_SEEK_FLAGS

Umschließende Schnittstelle:
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
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A bitmask that you can use to determine which of the following flags is set: EvtSeekRelativeToFirst EvtSeekRelativeToLast EvtSeekRelativeToBookmark
    static final int
    Seek to the specified offset from the bookmarked entry in the result set.
    static final int
    Seek to the specified offset from the current entry in the result set.
    static final int
    Seek to the specified offset from the first entry in the result set.
    static final int
    Seek to the specified offset from the last entry in the result set.
    static final int
    Force the function to fail if the event does not exist.
  • Felddetails

    • EvtSeekRelativeToFirst

      static final int EvtSeekRelativeToFirst
      Seek to the specified offset from the first entry in the result set. The offset must be a positive value.
      Siehe auch:
    • EvtSeekRelativeToLast

      static final int EvtSeekRelativeToLast
      Seek to the specified offset from the last entry in the result set. The offset must be a negative value.
      Siehe auch:
    • EvtSeekRelativeToCurrent

      static final int EvtSeekRelativeToCurrent
      Seek to the specified offset from the current entry in the result set. The offset can be a positive or negative value.
      Siehe auch:
    • EvtSeekRelativeToBookmark

      static final int EvtSeekRelativeToBookmark
      Seek to the specified offset from the bookmarked entry in the result set. The offset can be a positive or negative value.
      Siehe auch:
    • EvtSeekOriginMask

      static final int EvtSeekOriginMask
      A bitmask that you can use to determine which of the following flags is set:
      • EvtSeekRelativeToFirst
      • EvtSeekRelativeToLast
      • EvtSeekRelativeToBookmark
      Siehe auch:
    • EvtSeekStrict

      static final int EvtSeekStrict
      Force the function to fail if the event does not exist.
      Siehe auch: