Klasse WinNT.ACL

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.ACL
Umschließende Schnittstelle:
WinNT

@FieldOrder({"AclRevision","Sbz1","AclSize","AceCount","Sbz2"}) public static class WinNT.ACL extends Structure
  • Felddetails

    • MAX_ACL_SIZE

      public static int MAX_ACL_SIZE
    • AclRevision

      public byte AclRevision
    • Sbz1

      public byte Sbz1
    • AclSize

      public short AclSize
    • AceCount

      public short AceCount
    • Sbz2

      public short Sbz2
  • Konstruktordetails

    • ACL

      public ACL()
    • ACL

      public ACL(int size)
    • ACL

      public ACL(Pointer pointer)
  • Methodendetails

    • getACEs

      public WinNT.ACE_HEADER[] getACEs()
      Extract the contained ACEs from the ACL.

      ACE types as decoded to their native JNA counterparts. ACE types, that are currently unsupported by JNA are returned as WinNT.ACE_HEADER objects.

      Gibt zurück:
      array holding the contained ACEs