Specifies the wParam of the message.
public int wParam;
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.