JNA API 3.2.4

com.sun.jna.examples.win32

Class Kernel32.SYSTEMTIME

  • Enclosing interface:
    Kernel32


    public static class Kernel32.SYSTEMTIME
    extends Structure
    • Field Detail

      • wYear

        public short wYear
      • wMonth

        public short wMonth
      • wDayOfWeek

        public short wDayOfWeek
      • wDay

        public short wDay
      • wHour

        public short wHour
      • wMinute

        public short wMinute
      • wSecond

        public short wSecond
      • wMilliseconds

        public short wMilliseconds
    • Constructor Detail

      • Kernel32.SYSTEMTIME

        public Kernel32.SYSTEMTIME()
JNA API 3.2.4

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