public class GUITHREADINFO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bottom |
int |
cbSize |
int |
flags |
int |
hwndActive |
int |
hwndCapture |
int |
hwndCaret |
int |
hwndFocus |
int |
hwndMenuOwner |
int |
hwndMoveSize |
int |
left |
int |
right |
static int |
sizeof |
int |
top |
Constructor and Description |
---|
GUITHREADINFO() |
public int cbSize
public int flags
public int hwndActive
public int hwndFocus
public int hwndCapture
public int hwndMenuOwner
public int hwndMoveSize
public int hwndCaret
public int left
public int top
public int right
public int bottom
public static int sizeof