Package com.sun.jna.platform.win32
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.
- 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- 
LONG_PTRpublic LONG_PTR()
- 
LONG_PTRpublic LONG_PTR(long value) 
 
- 
- 
Method Details- 
toPointer
 
-