Package com.sun.jna.platform.win32
Schnittstelle Winevt
public interface Winevt
Ported from winevt.h.
Microsoft Windows SDK 10.0.10586
- Autor:
- Minoru Sakamoto
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfaceDefines the values that specify the type of time stamp to use when logging events channel.static interfaceDefines the identifiers that identify the configuration properties of a channel.static interfaceDefines the default access permissions to apply to the channel.static interfaceDefines the values that specify how a channel is referenced.static interfaceDefines the values that determine whether the event includes the security identifier (SID) of the principal that logged the event.static interfaceDefines the type of a channel.static interfaceDefines the identifiers that identify the metadata properties of an event definition.static interfaceDefines the values that determine the query information to retrieve.static interfaceDefines values that indicate whether the events come from a channel or log file.static interfaceDefines the values that specify the message string from the event to format.static classstatic interfaceDefines the identifiers that identify the log file metadata properties of a channel or log file.static interfaceDefines the types of connection methods you can use to connect to the remote computer.static interfaceDefines the values that specify whether to open a channel or exported log file.static interfaceDefines the identifiers that identify the metadata properties of a provider.static interfaceDefines the values that specify how to return the query results and whether you are query against a channel or log file.static interfaceDefines the identifiers that identify the query information that you can retrieve.static interfaceDefines the values that specify the type of information to access from the event.static interfaceDefines the values that specify what to render.static classContains the information used to connect to a remote computer.static interfaceDefines the types of authentication that you can use to authenticate the user when connecting to a remote computer.static interfaceDefines the relative position in the result set from which to seek.static interfaceDefines the possible values that specify when to start subscribing to events.static interfaceDefines the possible types of data that the subscription service can deliver to your callback.static interfaceDefines the identifiers that identify the system-specific properties of an event.static classContains event data or property values.static enumDefines the possible data types of a variant data item. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intAll (read, write, clear, and delete) access control permission.static final intClear access control permission that allows all information to be cleared from an event log.static final intRead access control permission that allows information to be read from an event log.static final intThe Type member of the EVT_VARIANT structure has this bit set if the variant contains a pointer to an array of values, rather than the value itself.static final intA bitmask that you use to mask out the array bit of the variant type, so you can determine the data type of the variant value that the EVT_VARIANT structure contains.static final intWrite access control permission that allows information to be written to an event log.
-
Felddetails
-
EVT_VARIANT_TYPE_ARRAY
static final int EVT_VARIANT_TYPE_ARRAYThe Type member of the EVT_VARIANT structure has this bit set if the variant contains a pointer to an array of values, rather than the value itself. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-
EVT_VARIANT_TYPE_MASK
static final int EVT_VARIANT_TYPE_MASKA bitmask that you use to mask out the array bit of the variant type, so you can determine the data type of the variant value that the EVT_VARIANT structure contains. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-
EVT_READ_ACCESS
static final int EVT_READ_ACCESSRead access control permission that allows information to be read from an event log. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-
EVT_WRITE_ACCESS
static final int EVT_WRITE_ACCESSWrite access control permission that allows information to be written to an event log. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-
EVT_ALL_ACCESS
static final int EVT_ALL_ACCESSAll (read, write, clear, and delete) access control permission. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-
EVT_CLEAR_ACCESS
static final int EVT_CLEAR_ACCESSClear access control permission that allows all information to be cleared from an event log. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx- Siehe auch:
-