Contains information about a low-level keyboard input eventContains information about a simulated message generated by an input device other than a keyboard or mouse
Global Const $tagHARDWAREINPUT = "dword type;struct;dword uMsg;word wParamL;word wParamH;endstruct"
| type | $INPUT_HARDWARE - The information about a simulated hardware event. | 
| uMsg | The message generated by the input hardware. | 
| wParamL | The low-order word of the lParam parameter for uMsg. | 
| wParamH | The high-order word of the lParam parameter for uMsg. |