@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
public static class Kernel32.CHAR_INFO
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
short |
attributes |
|
static int |
SIZEOF |
|
char |
unicodeChar |
| Constructor | Description |
|---|---|
CHAR_INFO() |
@JniField(flags=CONSTANT,
accessor="sizeof(CHAR_INFO)")
public static int SIZEOF
@JniField(accessor="Attributes") public short attributes
@JniField(accessor="Char.UnicodeChar") public char unicodeChar
public CHAR_INFO()