ReactOS 0.4.16-dev-401-g45b008d
|
#include <msgqueue.h>
Definition at line 44 of file msgqueue.h.
BYTE _USER_MESSAGE_QUEUE::afKeyRecentDown[256/8] |
Definition at line 83 of file msgqueue.h.
Referenced by UpdateKeyState().
BYTE _USER_MESSAGE_QUEUE::afKeyState[256 *2/8] |
Definition at line 84 of file msgqueue.h.
Referenced by IntCheckImeHotKey(), MsqGetDownKeyState(), MsqInitializeMessageQueue(), MsqReleaseModifierKeys(), NtUserGetKeyboardState(), NtUserSetKeyboardState(), UpdateKeyState(), UpdateKeyStateFromMsg(), and UserGetKeyState().
THRDCARETINFO _USER_MESSAGE_QUEUE::CaretInfo |
Definition at line 92 of file msgqueue.h.
Referenced by CaretSystemTimerProc(), co_IntDestroyCaret(), co_IntFixCaret(), co_IntSetCaretPos(), co_UserHideCaret(), co_UserShowCaret(), MsqSetStateWindow(), NtUserCreateCaret(), NtUserGetCaretPos(), and NtUserGetGUIThreadInfo().
DWORD _USER_MESSAGE_QUEUE::cThreads |
Definition at line 77 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), co_MsqInsertMouseMessage(), MsqCleanupMessageQueue(), and MsqInitializeMessageQueue().
PCURICON_OBJECT _USER_MESSAGE_QUEUE::CursorObject |
Definition at line 89 of file msgqueue.h.
Referenced by co_MsqInsertMouseMessage(), MsqCleanupMessageQueue(), MsqInitializeMessageQueue(), and UserSetCursor().
Definition at line 50 of file msgqueue.h.
Referenced by IntSetFocusMessageQueue(), and MsqDestroyMessageQueue().
LPARAM _USER_MESSAGE_QUEUE::ExtraInfo |
Definition at line 80 of file msgqueue.h.
Referenced by co_MsqPeekHardwareMessage(), MsqGetMessageExtraInfo(), and MsqSetMessageExtraInfo().
LIST_ENTRY _USER_MESSAGE_QUEUE::HardwareMessagesListHead |
Definition at line 59 of file msgqueue.h.
Referenced by co_MsqPeekHardwareMessage(), MsqCleanupMessageQueue(), MsqInitializeMessageQueue(), MsqPostMessage(), and MsqPostMouseMove().
INT _USER_MESSAGE_QUEUE::iCursorLevel |
Definition at line 87 of file msgqueue.h.
Referenced by co_MsqInsertMouseMessage(), MsqInitializeMessageQueue(), UserSetCursor(), and UserShowCursor().
ULONG_PTR _USER_MESSAGE_QUEUE::idSysLock |
Definition at line 53 of file msgqueue.h.
ULONG_PTR _USER_MESSAGE_QUEUE::idSysPeek |
Definition at line 54 of file msgqueue.h.
Referenced by co_MsqPeekHardwareMessage().
HWND _USER_MESSAGE_QUEUE::MenuOwner |
Definition at line 72 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), co_UserSetCapture(), MsqSetStateWindow(), NtUserGetGUIThreadInfo(), and ProcessKeyEvent().
BYTE _USER_MESSAGE_QUEUE::MenuState |
Definition at line 74 of file msgqueue.h.
Referenced by NtUserGetGUIThreadInfo().
HWND _USER_MESSAGE_QUEUE::MoveSize |
Definition at line 70 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), MsqSetStateWindow(), and NtUserGetGUIThreadInfo().
MSG _USER_MESSAGE_QUEUE::msgDblClk |
Definition at line 61 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), and co_MsqPeekHardwareMessage().
PTHREADINFO _USER_MESSAGE_QUEUE::ptiKeyboard |
Definition at line 56 of file msgqueue.h.
Referenced by MsqInitializeMessageQueue(), ProcessKeyEvent(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
PTHREADINFO _USER_MESSAGE_QUEUE::ptiMouse |
Definition at line 55 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), co_MsqInsertMouseMessage(), and MsqInitializeMessageQueue().
PTHREADINFO _USER_MESSAGE_QUEUE::ptiSysLock |
Definition at line 52 of file msgqueue.h.
Referenced by co_MsqPeekHardwareMessage(), and MsqCleanupMessageQueue().
DWORD _USER_MESSAGE_QUEUE::QF_flags |
Definition at line 76 of file msgqueue.h.
Referenced by co_IntSetActiveWindow(), co_IntSetForegroundMessageQueue(), co_MsqInsertMouseMessage(), co_UserSetCapture(), IntReleaseCapture(), IntSendFocusMessages(), MsqDestroyMessageQueue(), MsqPostMessage(), and ProcessKeyEvent().
LONG _USER_MESSAGE_QUEUE::References |
Definition at line 47 of file msgqueue.h.
PWND _USER_MESSAGE_QUEUE::spwndActive |
Definition at line 67 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), co_IntSendActivateMessages(), co_IntSetActiveWindow(), co_IntSetForegroundMessageQueue(), co_UserSetFocus(), co_WinPosActivateOtherWindow(), DefWndHandleSetCursor(), DoTheScreenSaver(), IntActivateWindow(), IntFlashWindowEx(), IntGetActiveKeyboardLayout(), IntSendFocusMessages(), MsqSetStateWindow(), NC_DoNCPaint(), NtUserCallTwoParam(), NtUserGetGUIThreadInfo(), NtUserQueryWindow(), ProcessKeyEvent(), UserGetActiveWindow(), and UserGetForegroundWindow().
PWND _USER_MESSAGE_QUEUE::spwndActivePrev |
Definition at line 68 of file msgqueue.h.
Referenced by co_IntSetActiveWindow(), and UserSetActiveWindow().
PWND _USER_MESSAGE_QUEUE::spwndCapture |
Definition at line 63 of file msgqueue.h.
Referenced by co_IntProcessMouseMessage(), IntGetCapture(), IntGetCaptureWindow(), MsqSetStateWindow(), and NtUserGetGUIThreadInfo().
PWND _USER_MESSAGE_QUEUE::spwndFocus |
Definition at line 65 of file msgqueue.h.
Referenced by co_UserProcessHotKeys(), co_UserSetFocus(), IntGetThreadFocusWindow(), IntSendFocusMessages(), MsqInitializeMessageQueue(), MsqSetStateWindow(), NtUserGetGUIThreadInfo(), and ProcessKeyEvent().