2012年9月16日

[转]PostMessage和SendMessage的区别

摘要: BOOL PostMessage( HWND hWnd, // handle of destination window UINT Msg, // message to post WPARAM wParam, // first message parameter LPARAM lParam // second message parameter ); 消息就是发到hWnd这个窗口1, PostMessage只把消息放入队列,不管其他程序是否处理都返回,... 阅读全文

posted @ 2012-09-16 15:21 为学日损 阅读(252) 评论(0) 推荐(0)

导航