打印

问个VC-CWinThread::的问题

[复制链接]
1663|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
将军令|  楼主 | 2007-2-1 19:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
问个VC-CWinThread::的问题

这个函数的说明取自MSDN的文档,他的一句说明看的晕晕乎乎的
Called to post a user-defined message to another CWinThread object.
这里是发送消息到其他线程吗?如果是,为什么函数的参数没有别的线程的ID

CWinThread::PostThreadMessageSee Also
CWinThread Overview | Class Members | Hierarchy Chart | ON_THREAD_MESSAGE
Called to post a user-defined message to another CWinThread object.

BOOL PostThreadMessage(
   UINT message ,
   WPARAM wParam,
   LPARAM lParam 
);
Parameters
message 
ID of the user-defined message. 
wParam 
First message parameter. 
lParam 
Second message parameter. 
Return Value

相关帖子

发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

180

主题

937

帖子

1

粉丝