Package com.sun.jna.platform.win32
Klasse WinDef.ULONGLONG
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.ULONGLONG
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
,Comparable<WinDef.ULONGLONG>
- Umschließende Schnittstelle:
WinDef
The Class ULONGLONG.
- Siehe auch:
-
Feldübersicht
Felder -
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
-
Felddetails
-
SIZE
public static final int SIZEThe Constant SIZE.- Siehe auch:
-
-
Konstruktordetails
-
ULONGLONG
public ULONGLONG()Instantiates a new ULONGLONG. -
ULONGLONG
public ULONGLONG(long value) Instantiates a new ULONGLONG.- Parameter:
value
- the value
-
-
Methodendetails
-
compareTo
- Angegeben von:
compareTo
in SchnittstelleComparable<WinDef.ULONGLONG>
-