HARDWAREINPUT structure
Applies to: desktop apps only
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
-
Type: DWORD
-
The message generated by the input hardware.
- wParamL
-
Type: WORD
-
The low-order word of the lParam parameter for uMsg.
- wParamH
-
Type: WORD
-
The high-order word of the lParam parameter for uMsg.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
- Reference
- INPUT
- SendInput
- Conceptual
- Keyboard Input
Send comments about this topic to Microsoft
Build date: 3/6/2012