Package com.sun.jna.platform.win32
Klasse WinDef.ULONG
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.ULONG
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
,Comparable<WinDef.ULONG>
- Bekannte direkte Unterklassen:
WinDef.SCODE
- Umschließende Schnittstelle:
WinDef
32-bit unsigned integer.
- 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.
-
-
Konstruktordetails
-
ULONG
public ULONG()Instantiates a new ULONG. -
ULONG
public ULONG(long value) Instantiates a new ULONG.- Parameter:
value
- the value
-
-
Methodendetails
-
compareTo
- Angegeben von:
compareTo
in SchnittstelleComparable<WinDef.ULONG>
-