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

Public Attributes | |
| HWND | hWnd |
| HBITMAP | Bitmap |
| POINT | Pos |
| SIZE | Size |
| BYTE | Visible |
| BYTE | Showing |
Definition at line 127 of file ntusrtyp.h.
| HBITMAP _THRDCARETINFO::Bitmap |
Definition at line 130 of file ntusrtyp.h.
Referenced by co_IntDestroyCaret(), co_IntDrawCaret(), and NtUserCreateCaret().
| HWND _THRDCARETINFO::hWnd |
Definition at line 129 of file ntusrtyp.h.
Referenced by CaretSystemTimerProc(), co_IntDestroyCaret(), co_IntFixCaret(), co_IntHideCaret(), co_IntSetCaretPos(), co_UserHideCaret(), co_UserShowCaret(), MsqSetStateWindow(), NtUserCreateCaret(), and NtUserGetGUIThreadInfo().
| POINT _THRDCARETINFO::Pos |
Definition at line 131 of file ntusrtyp.h.
Referenced by co_IntDrawCaret(), co_IntFixCaret(), co_IntSetCaretPos(), NtUserGetCaretPos(), and NtUserGetGUIThreadInfo().
| BYTE _THRDCARETINFO::Showing |
Definition at line 134 of file ntusrtyp.h.
Referenced by CaretSystemTimerProc(), co_IntDestroyCaret(), co_IntHideCaret(), co_IntSetCaretPos(), co_UserHideCaret(), co_UserShowCaret(), and NtUserCreateCaret().
| SIZE _THRDCARETINFO::Size |
Definition at line 132 of file ntusrtyp.h.
Referenced by co_IntDestroyCaret(), co_IntDrawCaret(), co_IntFixCaret(), NtUserCreateCaret(), and NtUserGetGUIThreadInfo().
| BYTE _THRDCARETINFO::Visible |
Definition at line 133 of file ntusrtyp.h.
Referenced by co_IntDestroyCaret(), co_IntHideCaret(), co_IntSetCaretPos(), co_UserHideCaret(), co_UserShowCaret(), NtUserCreateCaret(), and NtUserGetGUIThreadInfo().