Schnittstelle Winevt.EVT_CHANNEL_SID_TYPE

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_CHANNEL_SID_TYPE
Defines the values that determine whether the event includes the security identifier (SID) of the principal that logged the event. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385511(v=vs.85).aspx
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Do not include with the event the SID of the principal that logged the event.
    static final int
    Include with the event the SID of the principal that logged the event.
  • Felddetails

    • EvtChannelSidTypeNone

      static final int EvtChannelSidTypeNone
      Do not include with the event the SID of the principal that logged the event.
      Siehe auch:
    • EvtChannelSidTypePublishing

      static final int EvtChannelSidTypePublishing
      Include with the event the SID of the principal that logged the event.
      Siehe auch: