public class GUIThreadInfo
extends com.jniwrapper.Structure
GUITHREADINFO
structure.Modifier and Type | Field and Description |
---|---|
static int |
GUI_16BITTASK |
static int |
GUI_CARETBLINKING |
static int |
GUI_INMENUMODE |
static int |
GUI_INMOVESIZE |
static int |
GUI_POPUPMENUMODE |
static int |
GUI_SYSTEMMENUMODE |
Constructor and Description |
---|
GUIThreadInfo() |
Modifier and Type | Method and Description |
---|---|
com.jniwrapper.UInt32 |
getCbSize() |
com.jniwrapper.UInt32 |
getFlags() |
static GUIThreadInfo |
getGUIThreadInfo(long threadID)
Retrieves information about the active window or a specified graphical user interface (GUI) thread.
|
Wnd |
getHwndActive() |
Wnd |
getHwndCapture() |
Wnd |
getHwndCaret() |
Wnd |
getHwndFocus() |
Wnd |
getHwndMenuOwner() |
Wnd |
getHwndMoveSize() |
Rect |
getRcCaret() |
acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public static final int GUI_CARETBLINKING
public static final int GUI_INMOVESIZE
public static final int GUI_INMENUMODE
public static final int GUI_SYSTEMMENUMODE
public static final int GUI_POPUPMENUMODE
public static final int GUI_16BITTASK
public com.jniwrapper.UInt32 getCbSize()
public com.jniwrapper.UInt32 getFlags()
public Wnd getHwndActive()
public Wnd getHwndFocus()
public Wnd getHwndCapture()
public Wnd getHwndMenuOwner()
public Wnd getHwndMoveSize()
public Wnd getHwndCaret()
public Rect getRcCaret()
public static GUIThreadInfo getGUIThreadInfo(long threadID)
threadID
- Identifies the thread for which information is to be retrieved.