JNA API 3.2.7
com.sun.jna.platform.win32

Class Netapi32Util.User

  • Enclosing class:
    Netapi32Util


    public static class Netapi32Util.User
    extends java.lang.Object
    A user.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String comment
      Contains a comment associated with the user account.
      java.lang.String name
      The name of the user account.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        The name of the user account.
      • comment

        public java.lang.String comment
        Contains a comment associated with the user account.
    • Constructor Detail

      • Netapi32Util.User

        public Netapi32Util.User()
JNA API 3.2.7

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