Package com.sun.jna.platform.win32
Schnittstelle Winevt.EVT_QUERY_PROPERTY_ID
- Umschließende Schnittstelle:
Winevt
public static interface Winevt.EVT_QUERY_PROPERTY_ID
Defines the identifiers that identify the query information that you can retrieve.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa820607(v=vs.85).aspx
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Identifies the property that contains the list of channel or log file names that are specified in the query.static final int
This enumeration value marks the end of the enumeration values.static final int
Identifies the property that contains the list of Win32 error codes that correspond directly to the list of channel or log file names that the EvtQueryNames property returns.
-
Felddetails
-
EvtQueryNames
static final int EvtQueryNamesIdentifies the property that contains the list of channel or log file names that are specified in the query. The variant type for this property is EvtVarTypeString | EVT_VARIANT_TYPE_ARRAY.- Siehe auch:
-
EvtQueryStatuses
static final int EvtQueryStatusesIdentifies the property that contains the list of Win32 error codes that correspond directly to the list of channel or log file names that the EvtQueryNames property returns. The error codes indicate the success or failure of the query for the specific channel or log file. The variant type for this property is EvtVarTypeUInt32 | EVT_VARIANT_TYPE_ARRAY.- Siehe auch:
-
EvtQueryPropertyIdEND
static final int EvtQueryPropertyIdENDThis enumeration value marks the end of the enumeration values.- Siehe auch:
-