Interface Winevt.EVT_SYSTEM_PROPERTY_ID

Enclosing interface:
Winevt

public static interface Winevt.EVT_SYSTEM_PROPERTY_ID
Defines the identifiers that identify the system-specific properties of an event. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385606(v=vs.85).aspx
  • Field Details

    • EvtSystemProviderName

      static final int EvtSystemProviderName
      Identifies the Name attribute of the provider element. The variant type for this property is EvtVarTypeString.
      See Also:
    • EvtSystemProviderGuid

      static final int EvtSystemProviderGuid
      Identifies the Guid attribute of the provider element. The variant type for this property is EvtVarTypeGuid.
      See Also:
    • EvtSystemEventID

      static final int EvtSystemEventID
      Identifies the EventID element. The variant type for this property is EvtVarTypeUInt16.
      See Also:
    • EvtSystemQualifiers

      static final int EvtSystemQualifiers
      Identifies the Qualifiers attribute of the EventID element. The variant type for this property is EvtVarTypeUInt16.
      See Also:
    • EvtSystemLevel

      static final int EvtSystemLevel
      Identifies the Level element. The variant type for this property is EvtVarTypeUInt8.
      See Also:
    • EvtSystemTask

      static final int EvtSystemTask
      Identifies the Task element. The variant type for this property is EvtVarTypeUInt16.
      See Also:
    • EvtSystemOpcode

      static final int EvtSystemOpcode
      Identifies the Opcode element. The variant type for this property is EvtVarTypeUInt8.
      See Also:
    • EvtSystemKeywords

      static final int EvtSystemKeywords
      Identifies the Keywords element. The variant type for this property is EvtVarTypeInt64.
      See Also:
    • EvtSystemTimeCreated

      static final int EvtSystemTimeCreated
      Identifies the SystemTime attribute of the TimeCreated element. The variant type for this property is EvtVarTypeFileTime.
      See Also:
    • EvtSystemEventRecordId

      static final int EvtSystemEventRecordId
      Identifies the EventRecordID element. The variant type for this property is EvtVarTypeUInt64.
      See Also:
    • EvtSystemActivityID

      static final int EvtSystemActivityID
      Identifies the ActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.
      See Also:
    • EvtSystemRelatedActivityID

      static final int EvtSystemRelatedActivityID
      Identifies the RelatedActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.
      See Also:
    • EvtSystemProcessID

      static final int EvtSystemProcessID
      Identifies the ProcessID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.
      See Also:
    • EvtSystemThreadID

      static final int EvtSystemThreadID
      Identifies the ThreadID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.
      See Also:
    • EvtSystemChannel

      static final int EvtSystemChannel
      Identifies the Channel element. The variant type for this property is EvtVarTypeString.
      See Also:
    • EvtSystemComputer

      static final int EvtSystemComputer
      Identifies the Computer element. The variant type for this property is EvtVarTypeString.
      See Also:
    • EvtSystemUserID

      static final int EvtSystemUserID
      Identifies the UserID element. The variant type for this property is EvtVarTypeSid.
      See Also:
    • EvtSystemVersion

      static final int EvtSystemVersion
      Identifies the Version element. The variant type for this property is EvtVarTypeUInt8.
      See Also:
    • EvtSystemPropertyIdEND

      static final int EvtSystemPropertyIdEND
      This enumeration value marks the end of the enumeration values.
      See Also: