ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <winable.h>
Public Attributes | |
DWORD | type |
union { | |
MOUSEINPUT mi | |
KEYBDINPUT ki | |
HARDWAREINPUT hi | |
} | DUMMYUNIONNAME |
_ANONYMOUS_UNION { ... } tagINPUT::DUMMYUNIONNAME |
HARDWAREINPUT tagINPUT::hi |
KEYBDINPUT tagINPUT::ki |
Definition at line 62 of file winable.h.
Referenced by NtUserSendInput(), test_ime_processkey(), and test_unicode_keys().
MOUSEINPUT tagINPUT::mi |
Definition at line 61 of file winable.h.
Referenced by NtUserSendInput().
DWORD tagINPUT::type |
Definition at line 59 of file winable.h.
Referenced by NtUserSendInput(), and test_inputdesktop().