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 Structure

Implements a Windows Message. This class cannot be created directly. Rather, use the create and free methods. Messages are pooled within this class to make their creation more efficient.

Object
   ValueType
      Message

[Visual Basic]
Public Structure Message
[C#]
public struct Message
[C++]
public __value struct Message

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

Message Members | System.WinForms Namespace