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 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.
-
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:
-