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 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