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