Schnittstelle Winevt.EVT_RENDER_CONTEXT_FLAGS

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_RENDER_CONTEXT_FLAGS
Defines the values that specify the type of information to access from the event. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385561(v=vs.85).aspx
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Render the system properties under the System element.
    static final int
    Render all user-defined properties under the UserData or EventData element.
    static final int
    Render specific properties from the event.
  • Felddetails

    • EvtRenderContextValues

      static final int EvtRenderContextValues
      Render specific properties from the event.
      Siehe auch:
    • EvtRenderContextSystem

      static final int EvtRenderContextSystem
      Render the system properties under the System element. The properties are returned in the order defined in the Winevt.EVT_SYSTEM_PROPERTY_ID enumeration.
      Siehe auch:
    • EvtRenderContextUser

      static final int EvtRenderContextUser
      Render all user-defined properties under the UserData or EventData element. If the data template associated with the event contains a UserData section, the UserData properties are rendered; otherwise, the EventData properties are rendered.
      Siehe auch: