Package com.sun.jna.platform.win32
Interface Winevt.EVT_SYSTEM_PROPERTY_ID
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_SYSTEM_PROPERTY_IDDefines 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 SummaryFields Modifier and Type Field Description static intEvtSystemActivityIDIdentifies the ActivityID attribute of the Correlation element.static intEvtSystemChannelIdentifies the Channel element.static intEvtSystemComputerIdentifies the Computer element.static intEvtSystemEventIDIdentifies the EventID element.static intEvtSystemEventRecordIdIdentifies the EventRecordID element.static intEvtSystemKeywordsIdentifies the Keywords element.static intEvtSystemLevelIdentifies the Level element.static intEvtSystemOpcodeIdentifies the Opcode element.static intEvtSystemProcessIDIdentifies the ProcessID attribute of the Execution element.static intEvtSystemPropertyIdENDThis enumeration value marks the end of the enumeration values.static intEvtSystemProviderGuidIdentifies the Guid attribute of the provider element.static intEvtSystemProviderNameIdentifies the Name attribute of the provider element.static intEvtSystemQualifiersIdentifies the Qualifiers attribute of the EventID element.static intEvtSystemRelatedActivityIDIdentifies the RelatedActivityID attribute of the Correlation element.static intEvtSystemTaskIdentifies the Task element.static intEvtSystemThreadIDIdentifies the ThreadID attribute of the Execution element.static intEvtSystemTimeCreatedIdentifies the SystemTime attribute of the TimeCreated element.static intEvtSystemUserIDIdentifies the UserID element.static intEvtSystemVersionIdentifies the Version element.
 
- 
- 
- 
Field Detail- 
EvtSystemProviderNamestatic final int EvtSystemProviderName Identifies the Name attribute of the provider element. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtSystemProviderGuidstatic final int EvtSystemProviderGuid Identifies the Guid attribute of the provider element. The variant type for this property is EvtVarTypeGuid.- See Also:
- Constant Field Values
 
 - 
EvtSystemEventIDstatic final int EvtSystemEventID Identifies the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
- Constant Field Values
 
 - 
EvtSystemQualifiersstatic final int EvtSystemQualifiers Identifies the Qualifiers attribute of the EventID element. The variant type for this property is EvtVarTypeUInt16.- See Also:
- Constant Field Values
 
 - 
EvtSystemLevelstatic final int EvtSystemLevel Identifies the Level element. The variant type for this property is EvtVarTypeUInt8.- See Also:
- Constant Field Values
 
 - 
EvtSystemTaskstatic final int EvtSystemTask Identifies the Task element. The variant type for this property is EvtVarTypeUInt16.- See Also:
- Constant Field Values
 
 - 
EvtSystemOpcodestatic final int EvtSystemOpcode Identifies the Opcode element. The variant type for this property is EvtVarTypeUInt8.- See Also:
- Constant Field Values
 
 - 
EvtSystemKeywordsstatic final int EvtSystemKeywords Identifies the Keywords element. The variant type for this property is EvtVarTypeInt64.- See Also:
- Constant Field Values
 
 - 
EvtSystemTimeCreatedstatic final int EvtSystemTimeCreated Identifies the SystemTime attribute of the TimeCreated element. The variant type for this property is EvtVarTypeFileTime.- See Also:
- Constant Field Values
 
 - 
EvtSystemEventRecordIdstatic final int EvtSystemEventRecordId Identifies the EventRecordID element. The variant type for this property is EvtVarTypeUInt64.- See Also:
- Constant Field Values
 
 - 
EvtSystemActivityIDstatic final int EvtSystemActivityID Identifies the ActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
- Constant Field Values
 
 - 
EvtSystemRelatedActivityIDstatic final int EvtSystemRelatedActivityID Identifies the RelatedActivityID attribute of the Correlation element. The variant type for this property is EvtVarTypeGuid.- See Also:
- Constant Field Values
 
 - 
EvtSystemProcessIDstatic final int EvtSystemProcessID Identifies the ProcessID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
- Constant Field Values
 
 - 
EvtSystemThreadIDstatic final int EvtSystemThreadID Identifies the ThreadID attribute of the Execution element. The variant type for this property is EvtVarTypeUInt32.- See Also:
- Constant Field Values
 
 - 
EvtSystemChannelstatic final int EvtSystemChannel Identifies the Channel element. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtSystemComputerstatic final int EvtSystemComputer Identifies the Computer element. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtSystemUserIDstatic final int EvtSystemUserID Identifies the UserID element. The variant type for this property is EvtVarTypeSid.- See Also:
- Constant Field Values
 
 - 
EvtSystemVersionstatic final int EvtSystemVersion Identifies the Version element. The variant type for this property is EvtVarTypeUInt8.- See Also:
- Constant Field Values
 
 - 
EvtSystemPropertyIdENDstatic final int EvtSystemPropertyIdEND This enumeration value marks the end of the enumeration values.- See Also:
- Constant Field Values
 
 
- 
 
-