ReactOS 0.4.16-dev-2384-gff6bd79
TEST_INPUT Struct Reference
Collaboration diagram for TEST_INPUT:

Public Attributes

DWORD type
 
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 test_ime_processkey().

◆ 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 test_ime_processkey().

◆ 

union { ... } TEST_INPUT::u

Referenced by test_ime_processkey().


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