Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.