Schnittstelle Winevt.EVT_CHANNEL_ISOLATION_TYPE

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_CHANNEL_ISOLATION_TYPE
Defines the default access permissions to apply to the channel. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385502(v=vs.85).aspx
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Provides open access to the channel.
    static final int
    Provides custom access to the channel.
    static final int
    Provides restricted access to the channel and is used by applications running under system service accounts, drivers, or an application that logs events that relate to the health of the computer.
  • Felddetails

    • EvtChannelIsolationTypeApplication

      static final int EvtChannelIsolationTypeApplication
      Provides open access to the channel.
      Siehe auch:
    • EvtChannelIsolationTypeSystem

      static final int EvtChannelIsolationTypeSystem
      Provides restricted access to the channel and is used by applications running under system service accounts, drivers, or an application that logs events that relate to the health of the computer.
      Siehe auch:
    • EvtChannelIsolationTypeCustom

      static final int EvtChannelIsolationTypeCustom
      Provides custom access to the channel.
      Siehe auch: