HARDWAREINPUT Structure

Type HARDWAREINPUT
  uMsg As Long
  wParamL As Integer
  wParamH As Integer
End Type

Description & Usage

The HARDWAREINPUT structure holds information about a message synthesized by some generic (non-keyboard, non-mouse) input hardware. The data members of the structure specify the information associated with the message generated.

Visual Basic-Specific Issues

None.

Data Members

uMsg
The message identifier of the message generated by the input hardware.
wParamL
The low-order word of the message's first parameter.
wParamH
The high-order word of the message's first parameter.

Used By

INPUT_TYPE

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: August 11, 1999
This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/h/hardwareinput.html