Class BaseTSD.LONG_PTR
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.BaseTSD.LONG_PTR
- All Implemented Interfaces:
NativeMapped, Serializable
- Direct Known Subclasses:
BaseTSD.SSIZE_T, WinDef.LPARAM, WinDef.LRESULT
- Enclosing interface:
BaseTSD
Signed long type for pointer precision.
Use when casting a pointer to a long to perform pointer arithmetic.
- Author:
- dblock[at]dblock[dot]org
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Constructor Details
-
LONG_PTR
public LONG_PTR() -
LONG_PTR
public LONG_PTR(long value)
-
-
Method Details
-
toPointer
-