ReactOS 0.4.15-dev-7842-g558ab78
tagINPUT Struct Reference

#include <winable.h>

Collaboration diagram for tagINPUT:

Public Attributes

DWORD type
 
union {
   MOUSEINPUT   mi
 
   KEYBDINPUT   ki
 
   HARDWAREINPUT   hi
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 58 of file winable.h.

Member Data Documentation

◆ 

_ANONYMOUS_UNION union { ... } tagINPUT::DUMMYUNIONNAME

◆ hi

HARDWAREINPUT tagINPUT::hi

Definition at line 63 of file winable.h.

◆ ki

KEYBDINPUT tagINPUT::ki

Definition at line 62 of file winable.h.

Referenced by NtUserSendInput(), and PressKey().

◆ mi

MOUSEINPUT tagINPUT::mi

Definition at line 61 of file winable.h.

Referenced by NtUserSendInput().

◆ type

DWORD tagINPUT::type

Definition at line 59 of file winable.h.

Referenced by NtUserSendInput(), PressKey(), and test_inputdesktop().


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