JNA API 4.0.0

com.sun.jna.platform.win32
Class Netapi32Util.UserInfo

java.lang.Object
  extended by com.sun.jna.platform.win32.Netapi32Util.User
      extended by com.sun.jna.platform.win32.Netapi32Util.UserInfo
Enclosing class:
Netapi32Util

public static class Netapi32Util.UserInfo
extends Netapi32Util.User


Field Summary
 int flags
          The flags of the user account
 String fullName
          The full name belonging to the user account
 WinNT.PSID sid
          The SID of the user account
 String sidString
          The SID of the user account
 
Fields inherited from class com.sun.jna.platform.win32.Netapi32Util.User
comment, name
 
Constructor Summary
Netapi32Util.UserInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullName

public String fullName
The full name belonging to the user account


sidString

public String sidString
The SID of the user account


sid

public WinNT.PSID sid
The SID of the user account


flags

public int flags
The flags of the user account

Constructor Detail

Netapi32Util.UserInfo

public Netapi32Util.UserInfo()

JNA API 4.0.0

Copyright © 2007-2013 Timothy Wall. All Rights Reserved.