|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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(), and UserRegisterHotKey().
| INT _HOT_KEY::id |
Definition at line 9 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndSetHotKey(), UserRegisterHotKey(), and UserUnregisterHotKey().
Definition at line 10 of file hotkey.h.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), UnregisterThreadHotKeys(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().
| PTHREADINFO _HOT_KEY::pti |
Definition at line 5 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndSetHotKey(), UnregisterThreadHotKeys(), and UserRegisterHotKey().
| PWND _HOT_KEY::pWnd |
Definition at line 6 of file hotkey.h.
Referenced by co_UserProcessHotKeys(), DefWndGetHotKey(), DefWndSetHotKey(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().
| UINT _HOT_KEY::vk |
Definition at line 8 of file hotkey.h.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), and UserRegisterHotKey().