Centrafuse Logo Flux Logo


centrafuse.Plugins.Win32.GuiThreadInfo Struct Reference

Win32 GUITHREADINFO. More...

Collaboration diagram for centrafuse.Plugins.Win32.GuiThreadInfo:

Collaboration graph
[legend]

List of all members.

Public Attributes

uint Size
 Specifies the size of this structure, in bytes. The caller must set this to sizeof(GUITHREADINFO).
uint Flags
 Specifies the thread state. This member can be one or more of the following values.
IntPtr ActiveWindow
 Handle to the active window within the thread.
IntPtr FocusWindow
 Handle to the window that has the keyboard focus.
IntPtr CaptureWindow
 Handle to the window that has captured the mouse.
IntPtr MenuOwnerWindow
 Handle to the window that owns any active menus.
IntPtr MoveSizeWindow
 Handle to the window in a move or size loop.
IntPtr CaretWindow
 Handle to the window that is displaying the caret.
RECT Rec
 Describes the caret's bounding rectangle, in client coordinates, relative to the window specified by the hwndCaret member.


Detailed Description

Win32 GUITHREADINFO.


Member Data Documentation

Specifies the size of this structure, in bytes. The caller must set this to sizeof(GUITHREADINFO).

Specifies the thread state. This member can be one or more of the following values.

Handle to the active window within the thread.

Handle to the window that has the keyboard focus.

Handle to the window that has captured the mouse.

Handle to the window that owns any active menus.

Handle to the window in a move or size loop.

Handle to the window that is displaying the caret.

Describes the caret's bounding rectangle, in client coordinates, relative to the window specified by the hwndCaret member.


The documentation for this struct was generated from the following file:




Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) Flux Logo