Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class Netapi32Util.UserInfo

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int flags
      The flags of the user account
      java.lang.String fullName
      The full name belonging to the user account
      WinNT.PSID sid
      The SID of the user account
      java.lang.String sidString
      The SID of the user account
    • Constructor Summary

      Constructors 
      Constructor and Description
      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 java.lang.String fullName
        The full name belonging to the user account
      • sidString

        public java.lang.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

      • UserInfo

        public UserInfo()
JNA API 5.3.1

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