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

 
EvtRenderEventValues
Value: 0
Render the event properties specified in the rendering context.
EvtRenderEventXml
Render the event as an XML string. For details on the contents of the XML string, see the Event schema.
EvtRenderBookmark
Render 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