摘要: CWnd::SendMessage 将指定的消息发送到此窗口。 LRESULT SendMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0); 参数 message指定要发送的消息。 wParam指定其他消息相关的信息。 lPara 阅读全文
posted @ 2021-06-22 11:39 快雪 阅读(180) 评论(0) 推荐(0)