ReactOS 0.4.15-dev-7085-g12a5971
|
#include <callback.h>
Public Attributes | |
HWND | hWnd |
HKL | hKL |
UINT | vKey |
LPARAM | lParam |
DWORD | dwHotKeyID |
Definition at line 173 of file callback.h.
DWORD _IMMPROCESSKEY_CALLBACK_ARGUMENTS::dwHotKeyID |
Definition at line 179 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
HKL _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hKL |
Definition at line 176 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
HWND _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hWnd |
Definition at line 175 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
LPARAM _IMMPROCESSKEY_CALLBACK_ARGUMENTS::lParam |
Definition at line 178 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().
UINT _IMMPROCESSKEY_CALLBACK_ARGUMENTS::vKey |
Definition at line 177 of file callback.h.
Referenced by User32CallImmProcessKeyFromKernel().