摘要:
FILETIME结构包含了文件或目录的日期和时间信息:(自1601年1月1日以来,单位为100纳秒)1 typedef struct _FILETIME {2 3 DWORD dwLowDateTime; //低32位4 5 DWORD dwHighDateTime; //高32位6 7 } FILETIME, *PFILETIME;SYSTEMTIME结构包含了用户可识别的系统日期信息: 1 typedef struct _SYSTEMTIME { 2 3 WORD wYear;//年 4 5 WORD wMonth;//月 6 7 WORD wDayO... 阅读全文
posted @ 2012-11-09 16:07
凨丶
阅读(16892)
评论(1)
推荐(0)
2012年11月9日