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 interface
Defines the values that specify the type of time stamp to use when logging events channel.static interface
Defines the identifiers that identify the configuration properties of a channel.static interface
Defines the default access permissions to apply to the channel.static interface
Defines the values that specify how a channel is referenced.static interface
Defines the values that determine whether the event includes the security identifier (SID) of the principal that logged the event.static interface
Defines the type of a channel.static interface
Defines the identifiers that identify the metadata properties of an event definition.static interface
Defines the values that determine the query information to retrieve.static interface
Defines values that indicate whether the events come from a channel or log file.static interface
Defines the values that specify the message string from the event to format.static class
static interface
Defines the identifiers that identify the log file metadata properties of a channel or log file.static interface
Defines the types of connection methods you can use to connect to the remote computer.static interface
Defines the values that specify whether to open a channel or exported log file.static interface
Defines the identifiers that identify the metadata properties of a provider.static interface
Defines the values that specify how to return the query results and whether you are query against a channel or log file.static interface
Defines the identifiers that identify the query information that you can retrieve.static interface
Defines the values that specify the type of information to access from the event.static interface
Defines the values that specify what to render.static class
Contains the information used to connect to a remote computer.static interface
Defines the types of authentication that you can use to authenticate the user when connecting to a remote computer.static interface
Defines the relative position in the result set from which to seek.static interface
Defines the possible values that specify when to start subscribing to events.static interface
Defines the possible types of data that the subscription service can deliver to your callback.static interface
Defines the identifiers that identify the system-specific properties of an event.static class
Contains event data or property values.static enum
Defines the possible data types of a variant data item. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
All (read, write, clear, and delete) access control permission.static final int
Clear access control permission that allows all information to be cleared from an event log.static final int
Read access control permission that allows information to be read from an event log.static final int
The 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 int
A 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 int
Write 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:
-