Package com.sun.jna.platform.win32
Interface Winevt.EVT_RENDER_FLAGS
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_RENDER_FLAGSDefines the values that specify what to render. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385563(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtRenderBookmarkRender the bookmark as an XML string, so that you can easily persist the bookmark for use later.static intEvtRenderEventValuesRender the event properties specified in the rendering context.static intEvtRenderEventXmlRender the event as an XML string.
 
- 
- 
- 
Field Detail- 
EvtRenderEventValuesstatic final int EvtRenderEventValues Render the event properties specified in the rendering context.- See Also:
- Constant Field Values
 
 - 
EvtRenderEventXmlstatic final int EvtRenderEventXml Render the event as an XML string. For details on the contents of the XML string, see the Event schema.- See Also:
- Constant Field Values
 
 - 
EvtRenderBookmarkstatic final int EvtRenderBookmark Render the bookmark as an XML string, so that you can easily persist the bookmark for use later.- See Also:
- Constant Field Values
 
 
- 
 
-