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.hWnd

The window handle of the message.

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

See Also

Message Structure | Message Members | System.WinForms Namespace