Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the values that determine the query information to retrieve.
Syntax
typedef enum _EVT_EVENT_PROPERTY_ID {
EvtEventQueryIDs = 0,
EvtEventPath,
EvtEventPropertyIdEND
} EVT_EVENT_PROPERTY_ID;
Constants
EvtEventQueryIDs Value: 0 Not supported. The identifier of the query that selected the event. The variant type of this property is EvtVarTypeInt32. |
EvtEventPath The channel or log file from which the event came. The variant type of this property is EvtVarTypeString. |
EvtEventPropertyIdEND This enumeration value marks the end of the enumeration values. It can be used to exit a loop when retrieving all the properties. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winevt.h |