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 Summary
FieldsModifier and TypeFieldDescriptionint
The 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.User
comment, name
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fullName
The full name belonging to the user account -
sidString
The SID of the user account -
sid
The SID of the user account -
flags
public int flagsThe flags of the user account
-
-
Constructor Details
-
UserInfo
public UserInfo()
-