Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
User Input
Keyboard Input
Structures
 HARDWAREINPUT Structure
HARDWAREINPUT Structure

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.h
Minimum operating systems Windows 98

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker