Package com.sun.jna.platform.win32
Interface Winevt.EVT_RENDER_CONTEXT_FLAGS
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_RENDER_CONTEXT_FLAGSDefines 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 SummaryFields Modifier and Type Field Description static intEvtRenderContextSystemRender the system properties under the System element.static intEvtRenderContextUserRender all user-defined properties under the UserData or EventData element.static intEvtRenderContextValuesRender specific properties from the event.
 
- 
- 
- 
Field Detail- 
EvtRenderContextValuesstatic final int EvtRenderContextValues Render specific properties from the event.- See Also:
- Constant Field Values
 
 - 
EvtRenderContextSystemstatic final int EvtRenderContextSystem Render the system properties under the System element. The properties are returned in the order defined in theWinevt.EVT_SYSTEM_PROPERTY_IDenumeration.- See Also:
- Constant Field Values
 
 - 
EvtRenderContextUserstatic 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.- See Also:
- Constant Field Values
 
 
- 
 
-