public static class WinDef.UCHAR extends IntegerType implements java.lang.Comparable<WinDef.UCHAR>
Modifier and Type | Field and Description |
---|---|
static int |
SIZE
The Constant SIZE.
|
Constructor and Description |
---|
UCHAR()
Instantiates a new uchar.
|
UCHAR(char ch) |
UCHAR(long value)
Instantiates a new uchar.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WinDef.UCHAR other) |
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
public static final int SIZE
public UCHAR()
public UCHAR(char ch)
public UCHAR(long value)
value
- the valuepublic int compareTo(WinDef.UCHAR other)
compareTo
in interface java.lang.Comparable<WinDef.UCHAR>