Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |