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

Return value of the message. This is the value that will be returned to Windows.

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

See Also

Message Structure | Message Members | System.WinForms Namespace