@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
public static class Kernel32.WINDOW_BUFFER_SIZE_RECORD
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Kernel32.COORD |
size |
static int |
SIZEOF |
Constructor and Description |
---|
WINDOW_BUFFER_SIZE_RECORD() |
Modifier and Type | Method and Description |
---|---|
private static void |
init() |
java.lang.String |
toString() |
@JniField(flags=CONSTANT, accessor="sizeof(WINDOW_BUFFER_SIZE_RECORD)") public static int SIZEOF
@JniField(accessor="dwSize") public Kernel32.COORD size