Package com.sun.jna.platform.win32
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
FelderModifizierer und TypFeldBeschreibungstatic 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 EvtRenderContextValuesRender specific properties from the event.- Siehe auch:
-
EvtRenderContextSystem
static final int EvtRenderContextSystemRender the system properties under the System element. The properties are returned in the order defined in theWinevt.EVT_SYSTEM_PROPERTY_ID
enumeration.- Siehe auch:
-
EvtRenderContextUser
static final int EvtRenderContextUserRender 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:
-