Schnittstelle Winevt.EVT_RENDER_FLAGS

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_RENDER_FLAGS
Defines the values that specify what to render. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385563(v=vs.85).aspx
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Render the bookmark as an XML string, so that you can easily persist the bookmark for use later.
    static final int
    Render the event properties specified in the rendering context.
    static final int
    Render the event as an XML string.
  • Felddetails

    • EvtRenderEventValues

      static final int EvtRenderEventValues
      Render the event properties specified in the rendering context.
      Siehe auch:
    • EvtRenderEventXml

      static final int EvtRenderEventXml
      Render the event as an XML string. For details on the contents of the XML string, see the Event schema.
      Siehe auch:
    • EvtRenderBookmark

      static final int EvtRenderBookmark
      Render the bookmark as an XML string, so that you can easily persist the bookmark for use later.
      Siehe auch: