The HARDWAREINPUT structure contains information about a simulated message generated by an input device other than a keyboard or mouse.
Syntax
typedef struct tagHARDWAREINPUT { DWORD uMsg; WORD wParamL; WORD wParamH; } HARDWAREINPUT, *PHARDWAREINPUT;
Members
uMsg Value specifying the message generated by the input hardware. wParamL Specifies the low-order word of the lParam parameter for uMsg. wParamH Specifies the high-order word of the lParam parameter for uMsg.
Structure Information
HeaderDeclared in Winuser.h, include Windows.hMinimum operating systems Windows 98
See Also
Keyboard Input, INPUT, SendInput