|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winable.h>

Public Attributes | |
| DWORD | cbSize |
| DWORD | flags |
| HWND | hwndActive |
| HWND | hwndFocus |
| HWND | hwndCapture |
| HWND | hwndMenuOwner |
| HWND | hwndMoveSize |
| HWND | hwndCaret |
| RECT | rcCaret |
| DWORD tagGUITHREADINFO::cbSize |
Definition at line 70 of file winable.h.
Referenced by NtUserGetGUIThreadInfo(), test_capture_4_proc(), WinMain(), and WndProc().
| DWORD tagGUITHREADINFO::flags |
Definition at line 71 of file winable.h.
Referenced by MainWndProc(), NtUserGetGUIThreadInfo(), and test_capture_4_proc().
| HWND tagGUITHREADINFO::hwndActive |
Definition at line 72 of file winable.h.
Referenced by MainWndProc(), NtUserGetGUIThreadInfo(), and WndProc().
| HWND tagGUITHREADINFO::hwndCapture |
Definition at line 74 of file winable.h.
Referenced by MainWndProc(), and NtUserGetGUIThreadInfo().
| HWND tagGUITHREADINFO::hwndCaret |
Definition at line 77 of file winable.h.
Referenced by MainWndProc(), NtUserGetGUIThreadInfo(), and WndProc().
| HWND tagGUITHREADINFO::hwndFocus |
Definition at line 73 of file winable.h.
Referenced by MainWndProc(), NtUserGetGUIThreadInfo(), and WndProc().
| HWND tagGUITHREADINFO::hwndMenuOwner |
Definition at line 75 of file winable.h.
Referenced by MainWndProc(), and NtUserGetGUIThreadInfo().
| HWND tagGUITHREADINFO::hwndMoveSize |
Definition at line 76 of file winable.h.
Referenced by MainWndProc(), and NtUserGetGUIThreadInfo().
| RECT tagGUITHREADINFO::rcCaret |
Definition at line 78 of file winable.h.
Referenced by MainWndProc(), NtUserGetGUIThreadInfo(), and WndProc().