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

Public Attributes | |
| DWORD | type |
| union { | |
| MOUSEINPUT mi | |
| KEYBDINPUT ki | |
| HARDWAREINPUT hi | |
| } | DUMMYUNIONNAME |
| _ANONYMOUS_UNION union { ... } tagINPUT::DUMMYUNIONNAME |
| HARDWAREINPUT tagINPUT::hi |
| KEYBDINPUT tagINPUT::ki |
Definition at line 62 of file winable.h.
Referenced by NtUserSendInput(), and PressKey().
| 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(), PressKey(), and test_inputdesktop().