EVT_CHANNEL_SID_TYPE enumeration (winevt.h)

Defines the values that determine whether the event includes the security identifier (SID) of the principal that logged the event.

Syntax

typedef enum _EVT_CHANNEL_SID_TYPE {
  EvtChannelSidTypeNone = 0,
  EvtChannelSidTypePublishing
} EVT_CHANNEL_SID_TYPE;

Constants

 
EvtChannelSidTypeNone
Value: 0
Do not include with the event the SID of the principal that logged the event.
EvtChannelSidTypePublishing
Include with the event the SID of the principal that logged the event.

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

ChannelPublishingType Complex Type

EVT_CHANNEL_CONFIG_PROPERTY_ID

EvtGetChannelConfigProperty