Message.wParam

Overview | Methods | Fields | This Package | All Packages

Message.wParam

Specifies the wParam of the message.

Syntax

public int wParam;

Remarks

The value of this field depends on the message. Use the wParam field to get information that is important to handling the message. This field is typically used to store small information such as flags.