Package com.sun.jna.platform.win32
Klasse WinDef.INT_PTR
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.INT_PTR
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
- Umschließende Schnittstelle:
WinDef
Integer type big enough for a pointer.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
Von Klasse geerbte Methoden java.lang.Number
byteValue, shortValue
-
Konstruktordetails
-
INT_PTR
public INT_PTR()Instantiates a new int ptr. -
INT_PTR
public INT_PTR(long value) Instantiates a new int ptr.- Parameter:
value
- the value
-
-
Methodendetails
-
toPointer
To pointer.- Gibt zurück:
- the pointer
-