Klasse WinNT.SID_AND_ATTRIBUTES

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES
Umschließende Schnittstelle:
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.
  • Felddetails

    • Sid

      Pointer to a SID structure.
    • 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.
  • Konstruktordetails

    • SID_AND_ATTRIBUTES

      public SID_AND_ATTRIBUTES()
    • SID_AND_ATTRIBUTES

      public SID_AND_ATTRIBUTES(Pointer memory)