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

Class WinNT.TOKEN_PRIMARY_GROUP

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value="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)
JNA API 5.10.0

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