ReactOS 0.4.15-dev-7931-gfd331f1
TEST_INPUT Struct Reference
Collaboration diagram for TEST_INPUT:

Public Attributes

DWORD type
 
union {
   MOUSEINPUT   mi
 
   KEYBDINPUT   ki
 
   HARDWAREINPUT   hi
 
u
 
union {
   MOUSEINPUT   mi
 
   KEYBDINPUT   ki
 
   HARDWAREINPUT   hi
 
u
 
union {
   MOUSEINPUT   mi
 
   KEYBDINPUT   ki
 
   HARDWAREINPUT   hi
 
u
 

Detailed Description

Definition at line 53 of file imm32.c.

Member Data Documentation

◆ hi

HARDWAREINPUT TEST_INPUT::hi

Definition at line 60 of file imm32.c.

◆ ki

KEYBDINPUT TEST_INPUT::ki

Definition at line 59 of file imm32.c.

Referenced by do_test(), test_ime_processkey(), test_input_message_source(), and test_unicode_keys().

◆ mi

MOUSEINPUT TEST_INPUT::mi

Definition at line 58 of file imm32.c.

◆ type

DWORD TEST_INPUT::type

Definition at line 55 of file imm32.c.

Referenced by do_test(), test_ime_processkey(), test_input_message_source(), and test_unicode_keys().

◆  [1/3]

union { ... } TEST_INPUT::u

◆  [2/3]

union { ... } TEST_INPUT::u

◆  [3/3]

union { ... } TEST_INPUT::u

The documentation for this struct was generated from the following files: