Class WinNT.SID_AND_ATTRIBUTES

  • Enclosing interface:
    WinNT

    @FieldOrder({"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)