|
|
|

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. | |
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.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|