Class WinNT.TOKEN_GROUPS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
Enclosing interface:
WinNT

@FieldOrder({"GroupCount","Group0"}) public static class WinNT.TOKEN_GROUPS extends Structure
The TOKEN_GROUPS structure contains information about the group security identifiers (SIDs) in an access token.
  • Field Details

    • GroupCount

      public int GroupCount
      Specifies the number of groups in the access token.
    • Group0

      public WinNT.SID_AND_ATTRIBUTES Group0
  • Constructor Details

    • TOKEN_GROUPS

      public TOKEN_GROUPS()
    • TOKEN_GROUPS

      public TOKEN_GROUPS(Pointer memory)
    • TOKEN_GROUPS

      public TOKEN_GROUPS(int size)
  • Method Details

    • getGroups

      public WinNT.SID_AND_ATTRIBUTES[] getGroups()
      Specifies an array of SID_AND_ATTRIBUTES structures that contain a set of SIDs and corresponding attributes.
      Returns:
      attributes