摘要: 在程序开发过程中不断会碰到不同timestamp的转换,在这里做一个总结: 一.时间类型间的转换: 1.time_t 转 FILETIME FILETIME ft; LONGLONG ll = Int32x32To64(t, 10000000) + 116444736000000000; ft.dwLowDateTime = (DWORD) ll; ft.dwHighDateTime =... 阅读全文
posted @ 2008-06-03 20:30 上尉 阅读(469) 评论(0) 推荐(0) 编辑
View Hao Wang's profile on LinkedIn