JNA API 4.0.0

com.sun.jna.platform.win32
Class WinDef.DWORD

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.platform.win32.WinDef.DWORD
All Implemented Interfaces:
NativeMapped, Serializable
Direct Known Subclasses:
OaIdl.HREFTYPE, WinDef.LCID
Enclosing interface:
WinDef

public static class WinDef.DWORD
extends IntegerType

32-bit unsigned integer.

See Also:
Serialized Form

Field Summary
static int SIZE
           
 
Constructor Summary
WinDef.DWORD()
          Instantiates a new dword.
WinDef.DWORD(long value)
          Instantiates a new dword.
 
Method Summary
 WinDef.WORD getHigh()
          High WORD.
 WinDef.WORD getLow()
          Low WORD.
 
Methods inherited from class com.sun.jna.IntegerType
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values
Constructor Detail

WinDef.DWORD

public WinDef.DWORD()
Instantiates a new dword.


WinDef.DWORD

public WinDef.DWORD(long value)
Instantiates a new dword.

Parameters:
value - the value
Method Detail

getLow

public WinDef.WORD getLow()
Low WORD.

Returns:
Low WORD.

getHigh

public WinDef.WORD getHigh()
High WORD.

Returns:
High WORD.

JNA API 4.0.0

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