Package com.sun.jna.platform.win32
Interface Winevt.EVT_RENDER_CONTEXT_FLAGS
- Enclosing interface:
- 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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intRender the system properties under the System element.static final intRender all user-defined properties under the UserData or EventData element.static final intRender specific properties from the event.
- 
Field Details- 
EvtRenderContextValuesstatic final int EvtRenderContextValuesRender specific properties from the event.- See Also:
 
- 
EvtRenderContextSystemstatic final int EvtRenderContextSystemRender the system properties under the System element. The properties are returned in the order defined in theWinevt.EVT_SYSTEM_PROPERTY_IDenumeration.- See Also:
 
- 
EvtRenderContextUserstatic 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.- See Also:
 
 
-