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
 
 public static class Netapi32Util.UserInfo extends Netapi32Util.User 
- 
- 
Field SummaryFields Modifier and Type Field Description intflagsThe flags of the user accountjava.lang.StringfullNameThe full name belonging to the user accountWinNT.PSIDsidThe SID of the user accountjava.lang.StringsidStringThe SID of the user account- 
Fields inherited from class com.sun.jna.platform.win32.Netapi32Util.Usercomment, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description UserInfo()
 
- 
- 
- 
Field Detail- 
fullNamepublic java.lang.String fullName The full name belonging to the user account
 - 
sidStringpublic java.lang.String sidString The SID of the user account
 - 
sidpublic WinNT.PSID sid The SID of the user account
 - 
flagspublic int flags The flags of the user account
 
- 
 
-