2023年8月1日

摘要: 众所周知,windows窗口程序是基于消息的,其最底层维护者一个死循环如下: while( (bRet = GetMessage( &msg, NULL, 0, 0 )) != 0) { if (bRet == -1) { // handle the error and possibly exit 阅读全文
posted @ 2023-08-01 14:46 天地浮游 阅读(72) 评论(0) 推荐(0)