Schnittstelle Winevt.EVT_SUBSCRIBE_NOTIFY_ACTION

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_SUBSCRIBE_NOTIFY_ACTION
Defines the possible types of data that the subscription service can deliver to your callback. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385596(v=vs.85).aspx
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Indicates that the Event parameter contains an event that matches the subscriber's query.
    static final int
    Indicates that the Event parameter contains a Win32 error code.
  • Felddetails

    • EvtSubscribeActionError

      static final int EvtSubscribeActionError
      Indicates that the Event parameter contains a Win32 error code.
      Siehe auch:
    • EvtSubscribeActionDeliver

      static final int EvtSubscribeActionDeliver
      Indicates that the Event parameter contains an event that matches the subscriber's query.
      Siehe auch: