ReactOS 0.4.16-dev-340-g0540c21
|
#include <hotkey.h>
Public Attributes | |
PTHREADINFO | pti |
PWND | pWnd |
UINT | fsModifiers |
UINT | vk |
INT | id |
struct _HOT_KEY * | pNext |
UINT _HOT_KEY::fsModifiers |
Definition at line 7 of file hotkey.h.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), NtUserRegisterHotKey(), and UserRegisterHotKey().
INT _HOT_KEY::id |
Definition at line 9 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndGetHotKey(), DefWndSetHotKey(), NtUserRegisterHotKey(), NtUserUnregisterHotKey(), UserRegisterHotKey(), and UserUnregisterHotKey().
Definition at line 10 of file hotkey.h.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), NtUserRegisterHotKey(), NtUserUnregisterHotKey(), UnregisterThreadHotKeys(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().
PTHREADINFO _HOT_KEY::pti |
Definition at line 5 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndSetHotKey(), NtUserRegisterHotKey(), UnregisterThreadHotKeys(), and UserRegisterHotKey().
PWND _HOT_KEY::pWnd |
Definition at line 6 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndGetHotKey(), DefWndSetHotKey(), NtUserRegisterHotKey(), NtUserUnregisterHotKey(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().
UINT _HOT_KEY::vk |
Definition at line 8 of file hotkey.h.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), NtUserRegisterHotKey(), and UserRegisterHotKey().