Skip navigation links
JNA API 4.5.2
com.sun.jna.platform.win32

Interface Winevt



  • public interface Winevt
    Ported from winevt.h. Microsoft Windows SDK 10.0.10586
    Author:
    Minoru Sakamoto
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int EVT_ALL_ACCESS
      All (read, write, clear, and delete) access control permission.
      static int EVT_CLEAR_ACCESS
      Clear access control permission that allows all information to be cleared from an event log.
      static int EVT_READ_ACCESS
      Read access control permission that allows information to be read from an event log.
      static int EVT_VARIANT_TYPE_ARRAY
      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 int EVT_VARIANT_TYPE_MASK
      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 int EVT_WRITE_ACCESS
      Write access control permission that allows information to be written to an event log.
    • Field Detail

      • EVT_VARIANT_TYPE_ARRAY

        static final int EVT_VARIANT_TYPE_ARRAY
        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. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx
        See Also:
        Constant Field Values
      • EVT_VARIANT_TYPE_MASK

        static final int EVT_VARIANT_TYPE_MASK
        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. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx
        See Also:
        Constant Field Values
      • EVT_READ_ACCESS

        static final int EVT_READ_ACCESS
        Read 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
        See Also:
        Constant Field Values
      • EVT_WRITE_ACCESS

        static final int EVT_WRITE_ACCESS
        Write 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
        See Also:
        Constant Field Values
      • EVT_ALL_ACCESS

        static final int EVT_ALL_ACCESS
        All (read, write, clear, and delete) access control permission. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385781(v=vs.85).aspx
        See Also:
        Constant Field Values
      • EVT_CLEAR_ACCESS

        static final int EVT_CLEAR_ACCESS
        Clear 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
        See Also:
        Constant Field Values
JNA API 4.5.2

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.