| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 825 人关注过本帖
标题:WIN32_FIND_DATA的ftLastAccessTime
只看楼主 加入收藏
墨清扬
Rank: 8Rank: 8
等 级:蝙蝠侠
威 望:1
帖 子:294
专家分:817
注 册:2011-10-4
结帖率:100%
收藏
已结贴  问题点数:10 回复次数:1 
WIN32_FIND_DATA的ftLastAccessTime
想知道这个成员的类型是什么,如何转换成年份、月份、日期、时间的格式?
搜索更多相关主题的帖子: 如何 
2012-02-16 19:07
闲出屁
Rank: 7Rank: 7Rank: 7
等 级:黑侠
威 望:7
帖 子:420
专家分:612
注 册:2012-1-24
收藏
得分:10 
ftLastAccessTime
Specifies a FILETIME structure containing the time that the file was last accessed. The time is in UTC format; the FILETIME members are zero if the file system does not support this time member.
FILETIME Structure
The FILETIME structure has the following form:

typedef struct _FILETIME {
    DWORD dwLowDateTime;   /* low 32 bits  */
    DWORD dwHighDateTime;  /* high 32 bits */
} FILETIME, *PFILETIME, *LPFILETIME;

The FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.

Members

dwLowDateTime

Specifies the low 32 bits of the file time.

dwHighDateTime

Specifies the high 32 bits of the file time.

See Also   CTime::CTime
CTime( const FILETIME& fileTime, int nDST = -1 );

MSDN

乔布斯是神 宫崎骏也是神~~ 才知道 原来士兵突击的主题曲是久石让的 久石让的音乐 真传神
2012-02-16 19:13
快速回复:WIN32_FIND_DATA的ftLastAccessTime
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027229 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved