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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intIdentifies the ActivityID attribute of the Correlation element.static final intIdentifies the Channel element.static final intIdentifies the Computer element.static final intIdentifies the EventID element.static final intIdentifies the EventRecordID element.static final intIdentifies the Keywords element.static final intIdentifies the Level element.static final intIdentifies the Opcode element.static final intIdentifies the ProcessID attribute of the Execution element.static final intThis enumeration value marks the end of the enumeration values.static final intIdentifies the Guid attribute of the provider element.static final intIdentifies the Name attribute of the provider element.static final intIdentifies the Qualifiers attribute of the EventID element.static final intIdentifies the RelatedActivityID attribute of the Correlation element.static final intIdentifies the Task element.static final intIdentifies the ThreadID attribute of the Execution element.static final intIdentifies the SystemTime attribute of the TimeCreated element.static final intIdentifies the UserID element.static final intIdentifies the Version element.
- 
Field Details- 
EvtSystemProviderNamestatic final int EvtSystemProviderNameIdentifies the Name attribute of the provider element. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtSystemProviderGuidstatic final int EvtSystemProviderGuidIdentifies the Guid attribute of the provider element. The variant type for this property is EvtVarTypeGuid.- See Also:
 
- 
EvtSystemEventIDstatic final int EvtSystemEventIDIdentifies the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
 
- 
EvtSystemQualifiersstatic final int EvtSystemQualifiersIdentifies the Qualifiers attribute of the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
 
- 
EvtSystemLevelstatic final int EvtSystemLevelIdentifies the Level element. The variant type for this property is EvtVarTypeUInt8.- See Also:
 
- 
EvtSystemTaskstatic final int EvtSystemTaskIdentifies the Task element. The variant type for this property is EvtVarTypeUInt16.- See Also:
 
- 
EvtSystemOpcodestatic final int EvtSystemOpcodeIdentifies the Opcode element. The variant type for this property is EvtVarTypeUInt8.- See Also:
 
- 
EvtSystemKeywordsstatic final int EvtSystemKeywordsIdentifies the Keywords element. The variant type for this property is EvtVarTypeInt64.- See Also:
 
- 
EvtSystemTimeCreatedstatic final int EvtSystemTimeCreatedIdentifies the SystemTime attribute of the TimeCreated element. The variant type for this property is EvtVarTypeFileTime.- See Also:
 
- 
EvtSystemEventRecordIdstatic final int EvtSystemEventRecordIdIdentifies the EventRecordID element. The variant type for this property is EvtVarTypeUInt64.- See Also:
 
- 
EvtSystemActivityIDstatic final int EvtSystemActivityIDIdentifies the ActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
 
- 
EvtSystemRelatedActivityIDstatic final int EvtSystemRelatedActivityIDIdentifies the RelatedActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
 
- 
EvtSystemProcessIDstatic final int EvtSystemProcessIDIdentifies the ProcessID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtSystemThreadIDstatic final int EvtSystemThreadIDIdentifies the ThreadID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtSystemChannelstatic final int EvtSystemChannelIdentifies the Channel element. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtSystemComputerstatic final int EvtSystemComputerIdentifies the Computer element. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtSystemUserIDstatic final int EvtSystemUserIDIdentifies the UserID element. The variant type for this property is EvtVarTypeSid.- See Also:
 
- 
EvtSystemVersionstatic final int EvtSystemVersionIdentifies the Version element. The variant type for this property is EvtVarTypeUInt8.- See Also:
 
- 
EvtSystemPropertyIdENDstatic final int EvtSystemPropertyIdENDThis enumeration value marks the end of the enumeration values.- See Also:
 
 
-