摘要: DWORDGetTickCount(void);1) 定义For Release configurations, this function returns the number of milliseconds since the device booted, excluding any time that the system was suspended.GetTickCountstarts at 0 on boot and then counts up from there.在Release版本中,该函数从0开始计时,返回自设备启动后的毫秒数(不含系统暂停时间)。For Debug con 阅读全文
posted @ 2011-10-17 14:11 许明吉博客 阅读(77921) 评论(0) 推荐(6) 编辑