com.sun.jna.platform.win32
Class WinDef.DWORD
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.DWORD
- All Implemented Interfaces:
- NativeMapped, Serializable
- Enclosing interface:
- WinDef
public static class WinDef.DWORD
- extends IntegerType
32-bit unsigned integer.
- See Also:
- Serialized Form
Methods inherited from class com.sun.jna.IntegerType |
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString |
WinDef.DWORD
public WinDef.DWORD()
WinDef.DWORD
public WinDef.DWORD(long value)
getLow
public WinDef.WORD getLow()
- Low WORD.
- Returns:
- Low WORD.
getHigh
public WinDef.WORD getHigh()
- High WORD.
- Returns:
- High WORD.
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.