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

Class Netapi32.SESSION_INFO_10

  • Enclosing interface:
    Netapi32


    @Structure.FieldOrder(value={"sesi10_cname","sesi10_username","sesi10_time","sesi10_idle_time"})
    public static class Netapi32.SESSION_INFO_10
    extends Structure
    Contains information about the session, including name of the computer; name of the user; and active and idle times for the session.
    • Field Detail

      • sesi10_cname

        public java.lang.String sesi10_cname
      • sesi10_username

        public java.lang.String sesi10_username
      • sesi10_time

        public int sesi10_time
      • sesi10_idle_time

        public int sesi10_idle_time
    • Constructor Detail

      • SESSION_INFO_10

        public SESSION_INFO_10()
      • SESSION_INFO_10

        public SESSION_INFO_10(Pointer p)
JNA API 5.6.0

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