Package com.sun.jna.platform.win32
Schnittstelle Winevt.EVT_EVENT_PROPERTY_ID
- Umschließende Schnittstelle:
Winevt
public static interface Winevt.EVT_EVENT_PROPERTY_ID
Defines the values that determine the query information to retrieve.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385600(v=vs.85).aspx
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The channel or log file from which the event came.static final int
This enumeration value marks the end of the enumeration values.static final int
Not supported.
-
Felddetails
-
EvtEventQueryIDs
static final int EvtEventQueryIDsNot supported. The identifier of the query that selected the event. The variant type of this property is EvtVarTypeInt32.- Siehe auch:
-
EvtEventPath
static final int EvtEventPathThe channel or log file from which the event came. The variant type of this property is EvtVarTypeString.- Siehe auch:
-
EvtEventPropertyIdEND
static final int EvtEventPropertyIdENDThis enumeration value marks the end of the enumeration values. It can be used to exit a loop when retrieving all the properties.- Siehe auch:
-