Package com.sun.jna.platform.win32
Class WinDef.UINT_PTR
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.UINT_PTR
- All Implemented Interfaces:
- NativeMapped,- Serializable
- Direct Known Subclasses:
- WinDef.WPARAM
- Enclosing interface:
- WinDef
Unsigned INT_PTR.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Constructor Details- 
UINT_PTRpublic UINT_PTR()Instantiates a new uint ptr.
- 
UINT_PTRpublic UINT_PTR(long value) Instantiates a new uint ptr.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
toPointerTo pointer.- Returns:
- the pointer
 
 
-