Package com.sun.jna.platform.win32
Interface Winevt.EVT_RENDER_FLAGS
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_RENDER_FLAGS
Defines the values that specify what to render.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385563(v=vs.85).aspx
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRender the bookmark as an XML string, so that you can easily persist the bookmark for use later.static final intRender the event properties specified in the rendering context.static final intRender the event as an XML string.
-
Field Details
-
EvtRenderEventValues
static final int EvtRenderEventValuesRender the event properties specified in the rendering context.- See Also:
-
EvtRenderEventXml
static final int EvtRenderEventXmlRender the event as an XML string. For details on the contents of the XML string, see the Event schema.- See Also:
-
EvtRenderBookmark
static final int EvtRenderBookmarkRender the bookmark as an XML string, so that you can easily persist the bookmark for use later.- See Also:
-