发新话题
打印

单位线程是如何处理消息

单位线程是如何处理消息

  Windows的消息处理机制是用如下代码进行消息处理的:

MSG message;

While(::GetMessage(

TOP

发新话题