Class WinNT.TOKEN_PRIMARY_GROUP

  • Enclosing interface:
    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.
    • Field Detail

      • 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.
    • Constructor Detail

      • 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)