Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EVT_RENDER_CONTEXT_FLAGS enumeration (winevt.h)
Defines the values that specify the type of information to access from the event. These flags cannot be combined.
Syntax
typedef enum _EVT_RENDER_CONTEXT_FLAGS {
EvtRenderContextValues = 0,
EvtRenderContextSystem,
EvtRenderContextUser
} EVT_RENDER_CONTEXT_FLAGS;
Constants
EvtRenderContextValuesValue: 0 Render specific properties from the event. |
EvtRenderContextSystemRender the system properties under the System element. The properties are returned in the order defined in the EVT_SYSTEM_PROPERTY_ID enumeration. |
EvtRenderContextUserRender 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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | winevt.h |
See also
Feedback
Was this page helpful?
