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

Public Attributes | |
| HWND | hWnd |
| HKL | hKL |
| UINT | vKey |
| LPARAM | lParam |
| DWORD | dwHotKeyID |
Definition at line 168 of file callback.h.
| DWORD _IMMPROCESSKEY_CALLBACK_ARGUMENTS::dwHotKeyID |
Definition at line 174 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
| HKL _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hKL |
Definition at line 171 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
| HWND _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hWnd |
Definition at line 170 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
| LPARAM _IMMPROCESSKEY_CALLBACK_ARGUMENTS::lParam |
Definition at line 173 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
| UINT _IMMPROCESSKEY_CALLBACK_ARGUMENTS::vKey |
Definition at line 172 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().