ReactOS 0.4.16-dev-1505-g12fa72a
|
#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(), PressKey(), and SendAltF4Input().
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(), SendAltF4Input(), and test_inputdesktop().