Uses of Class
com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES

Packages that use WinNT.SID_AND_ATTRIBUTES
com.sun.jna.platform.win32   
 

Uses of WinNT.SID_AND_ATTRIBUTES in com.sun.jna.platform.win32
 

Fields in com.sun.jna.platform.win32 declared as WinNT.SID_AND_ATTRIBUTES
 WinNT.SID_AND_ATTRIBUTES WinNT.TOKEN_GROUPS.Group0
           
 WinNT.SID_AND_ATTRIBUTES WinNT.TOKEN_USER.User
          Specifies a SID_AND_ATTRIBUTES structure representing the user associated with the access token.
 

Methods in com.sun.jna.platform.win32 that return WinNT.SID_AND_ATTRIBUTES
 WinNT.SID_AND_ATTRIBUTES[] WinNT.TOKEN_GROUPS.getGroups()
          Specifies an array of SID_AND_ATTRIBUTES structures that contain a set of SIDs and corresponding attributes.