Klasse WinNT.TOKEN_PRIMARY_GROUP

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

@FieldOrder("PrimaryGroup") public static class WinNT.TOKEN_PRIMARY_GROUP extends Structure
The TOKEN_PRIMARY_GROUP structure specifies a group security identifier (SID) for an access token.
  • Felddetails

    • PrimaryGroup

      public WinNT.PSID.ByReference PrimaryGroup
      A pointer to a SID structure representing a group that will become the primary group of any objects created by a process using this access token. The SID must be one of the group SIDs already in the token.
  • Konstruktordetails

    • TOKEN_PRIMARY_GROUP

      public TOKEN_PRIMARY_GROUP()
    • TOKEN_PRIMARY_GROUP

      public TOKEN_PRIMARY_GROUP(Pointer memory)
    • TOKEN_PRIMARY_GROUP

      public TOKEN_PRIMARY_GROUP(int size)