CWinThread::PostThreadMessage

BOOL PostThreadMessage( UINT message , WPARAM wParam, LPARAM lParam );

Return Value

Nonzero if successful; otherwise 0.

Parameters

message

ID of the user-defined message.

wParam

First message parameter.

lParam

Second message parameter.

Remarks

Called to post a user-defined message to another CWinThread object. The posted message is mapped to the proper message handler by the message map macro ON_THREAD_MESSAGE.

CWinThread OverviewClass MembersHierarchy Chart

See Also   ON_THREAD_MESSAGE