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

Class WinNT.SID_AND_ATTRIBUTES

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"Sid","Attributes"})
    public static class WinNT.SID_AND_ATTRIBUTES
    extends Structure
    The SID_AND_ATTRIBUTES structure represents a security identifier (SID) and its attributes. SIDs are used to uniquely identify users or groups.
    • Field Detail

      • Attributes

        public int Attributes
        Specifies attributes of the SID. This value contains up to 32 one-bit flags. Its meaning depends on the definition and use of the SID.
    • Constructor Detail

      • SID_AND_ATTRIBUTES

        public SID_AND_ATTRIBUTES()
      • SID_AND_ATTRIBUTES

        public SID_AND_ATTRIBUTES(Pointer memory)
JNA API 5.6.0

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