Package com.sun.jna.platform.win32
Class Netapi32Util.UserInfo
java.lang.Object
com.sun.jna.platform.win32.Netapi32Util.User
com.sun.jna.platform.win32.Netapi32Util.UserInfo
- Enclosing class:
- Netapi32Util
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe flags of the user accountThe full name belonging to the user accountThe SID of the user accountThe SID of the user accountFields inherited from class com.sun.jna.platform.win32.Netapi32Util.Usercomment, name
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fullNameThe full name belonging to the user account
- 
sidStringThe SID of the user account
- 
sidThe SID of the user account
- 
flagspublic int flagsThe flags of the user account
 
- 
- 
Constructor Details- 
UserInfopublic UserInfo()
 
-