[This is preliminary documentation and is subject to change.]

Posts message to client.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool PostMessage(
	int Msg,
	int wParam,
	int lParam
)
Public Shared Function PostMessage ( _
	Msg As Integer, _
	wParam As Integer, _
	lParam As Integer _
) As Boolean
public:
static bool PostMessage(
	int Msg, 
	int wParam, 
	int lParam
)

Parameters

Msg
Int32
Message id.
wParam
Int32
Message parameter.
lParam
Int32
Message parameter.

Return Value

True if message has been sent; otherwise false.

See Also