ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <winable.h>
Public Attributes | |
WORD | wVk |
WORD | wScan |
DWORD | dwFlags |
DWORD | time |
ULONG_PTR | dwExtraInfo |
ULONG_PTR tagKEYBDINPUT::dwExtraInfo |
Definition at line 51 of file winable.h.
Referenced by do_test(), test_ime_processkey(), test_input_message_source(), test_unicode_keys(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
DWORD tagKEYBDINPUT::dwFlags |
Definition at line 49 of file winable.h.
Referenced by do_test(), PressKey(), test_ime_processkey(), test_input_message_source(), test_unicode_keys(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
DWORD tagKEYBDINPUT::time |
Definition at line 50 of file winable.h.
Referenced by do_test(), test_ime_processkey(), test_input_message_source(), test_unicode_keys(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
WORD tagKEYBDINPUT::wScan |
Definition at line 48 of file winable.h.
Referenced by do_test(), test_ime_processkey(), test_input_message_source(), test_unicode_keys(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
WORD tagKEYBDINPUT::wVk |
Definition at line 47 of file winable.h.
Referenced by do_test(), PressKey(), test_ime_processkey(), test_input_message_source(), test_unicode_keys(), UserProcessKeyboardInput(), and UserSendKeyboardInput().