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,- java.io.Serializable
 - Direct Known Subclasses:
- BaseTSD.SSIZE_T,- WinDef.LPARAM,- WinDef.LRESULT
 - Enclosing interface:
- BaseTSD
 
 public static class BaseTSD.LONG_PTR extends IntegerType Signed long type for pointer precision. Use when casting a pointer to a long to perform pointer arithmetic.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PointertoPointer()- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
- 
 
- 
- 
- 
Method Detail- 
toPointerpublic Pointer toPointer() 
 
- 
 
-