Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EVT_RENDER_FLAGS enumeration (winevt.h)
Defines the values that specify what to render.
Syntax
typedef enum _EVT_RENDER_FLAGS {
EvtRenderEventValues = 0,
EvtRenderEventXml,
EvtRenderBookmark
} EVT_RENDER_FLAGS;
Constants
EvtRenderEventValuesValue: 0 Render the event properties specified in the rendering context. |
EvtRenderEventXmlRender the event as an XML string. For details on the contents of the XML string, see the Event schema. |
EvtRenderBookmarkRender the bookmark as an XML string, so that you can easily persist the bookmark for use later. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | winevt.h |
Feedback
Was this page helpful?
