NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Message.wParam

The wParam of the message. The value of this field is dependent on the message.

[Visual Basic]
Public wParam As Integer
[C#]
public int wParam;
[C++]
public: int wParam;
[JScript]
public var wParam : int;

See Also

Message Structure | Message Members | System.WinForms Namespace