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