摘要: 1、Timer要读取并分发消息,才能触发自定义回调函数 SetTimer(NULL, 1, 40, (TIMERPROC)TimerProc); while(GetMessage(&msg, NULL, 0, 0)) { if (msg.message == WM_TIMER) { Dispatch 阅读全文
posted @ 2016-03-07 22:35 柳如风 阅读(251) 评论(0) 推荐(0) 编辑
https://www.vultr.com/?ref=7677570