JNA API 3.0.9

com.sun.jna.examples.win32
Class Kernel32.SYSTEMTIME

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
Enclosing interface:
Kernel32

public static class Kernel32.SYSTEMTIME
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 short wDay
           
 short wDayOfWeek
           
 short wHour
           
 short wMilliseconds
           
 short wMinute
           
 short wMonth
           
 short wSecond
           
 short wYear
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Kernel32.SYSTEMTIME()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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.0.9

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