The SalMessage type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberEmpty

Properties

  NameDescription
Public propertyCode
Returns the message code.
Public propertyHandled
Returns/Sets the handled flag.
Public propertyHasReturnValue
Returns true if the return value was set.
Public propertyhWnd
Returns the target window handle.
Public propertyLParam
Returns the lParam associated with the message.
Public propertyReturn
Message return value. When set, the flag HasReturnValue is also flipped to true.
Public propertyWParam
Returns the wParam associated with the message.

See Also