Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 Overview | Class Members | Hierarchy Chart
See Also ON_THREAD_MESSAGE