码迷,mamicode.com
首页 >  
搜索关键字:timesetevent最长时间间隔    ( 1个结果
使用timeSetEvent应注意事项
1、timeSetEvent最长时间间隔不能超过1000秒,即1000000毫秒,超过返回失败,可用CreateTimerQueryTimer或SetTimer(回调的方式)代替 2、timeSetEvent会生成一个独立的Timer回调线程,属多线程 3、timeSetEvent可创建高精度定时器,精确到1ms,SetTimer无法精确到1ms 4、timeKillEvent关掉定时器的函...
分类:其他好文   时间:2015-04-24 10:31:45    阅读次数:189
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!