Package com.sun.jna.platform.win32
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifies the ActivityID attribute of the Correlation element.static final int
Identifies the Channel element.static final int
Identifies the Computer element.static final int
Identifies the EventID element.static final int
Identifies the EventRecordID element.static final int
Identifies the Keywords element.static final int
Identifies the Level element.static final int
Identifies the Opcode element.static final int
Identifies the ProcessID attribute of the Execution element.static final int
This enumeration value marks the end of the enumeration values.static final int
Identifies the Guid attribute of the provider element.static final int
Identifies the Name attribute of the provider element.static final int
Identifies the Qualifiers attribute of the EventID element.static final int
Identifies the RelatedActivityID attribute of the Correlation element.static final int
Identifies the Task element.static final int
Identifies the ThreadID attribute of the Execution element.static final int
Identifies the SystemTime attribute of the TimeCreated element.static final int
Identifies the UserID element.static final int
Identifies the Version element.
-
Field Details
-
EvtSystemProviderName
static final int EvtSystemProviderNameIdentifies the Name attribute of the provider element. The variant type for this property is EvtVarTypeString.- See Also:
-
EvtSystemProviderGuid
static final int EvtSystemProviderGuidIdentifies the Guid attribute of the provider element. The variant type for this property is EvtVarTypeGuid.- See Also:
-
EvtSystemEventID
static final int EvtSystemEventIDIdentifies the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
-
EvtSystemQualifiers
static final int EvtSystemQualifiersIdentifies the Qualifiers attribute of the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
-
EvtSystemLevel
static final int EvtSystemLevelIdentifies the Level element. The variant type for this property is EvtVarTypeUInt8.- See Also:
-
EvtSystemTask
static final int EvtSystemTaskIdentifies the Task element. The variant type for this property is EvtVarTypeUInt16.- See Also:
-
EvtSystemOpcode
static final int EvtSystemOpcodeIdentifies the Opcode element. The variant type for this property is EvtVarTypeUInt8.- See Also:
-
EvtSystemKeywords
static final int EvtSystemKeywordsIdentifies the Keywords element. The variant type for this property is EvtVarTypeInt64.- See Also:
-
EvtSystemTimeCreated
static final int EvtSystemTimeCreatedIdentifies the SystemTime attribute of the TimeCreated element. The variant type for this property is EvtVarTypeFileTime.- See Also:
-
EvtSystemEventRecordId
static final int EvtSystemEventRecordIdIdentifies the EventRecordID element. The variant type for this property is EvtVarTypeUInt64.- See Also:
-
EvtSystemActivityID
static final int EvtSystemActivityIDIdentifies the ActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
-
EvtSystemRelatedActivityID
static final int EvtSystemRelatedActivityIDIdentifies the RelatedActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
-
EvtSystemProcessID
static final int EvtSystemProcessIDIdentifies the ProcessID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
-
EvtSystemThreadID
static final int EvtSystemThreadIDIdentifies the ThreadID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
-
EvtSystemChannel
static final int EvtSystemChannelIdentifies the Channel element. The variant type for this property is EvtVarTypeString.- See Also:
-
EvtSystemComputer
static final int EvtSystemComputerIdentifies the Computer element. The variant type for this property is EvtVarTypeString.- See Also:
-
EvtSystemUserID
static final int EvtSystemUserIDIdentifies the UserID element. The variant type for this property is EvtVarTypeSid.- See Also:
-
EvtSystemVersion
static final int EvtSystemVersionIdentifies the Version element. The variant type for this property is EvtVarTypeUInt8.- See Also:
-
EvtSystemPropertyIdEND
static final int EvtSystemPropertyIdENDThis enumeration value marks the end of the enumeration values.- See Also:
-