Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
EvtRenderContextValues Value: 0 Render specific properties from the event. |
EvtRenderContextSystem Render the system properties under the System element. The properties are returned in the order defined in the EVT_SYSTEM_PROPERTY_ID enumeration. |
EvtRenderContextUser Render 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 |