术语 | localfiletimetofiletime |
释义 | LocalFileTimeToFileTime 语法: C++ BOOL WINAPI LocalFileTimeToFileTime( __in const FILETIME *lpLocalFileTime, __out LPFILETIME lpFileTime ); LocalFileTimeToFileTime功能 本地文件转换的时间到一个文件时间协调通用时间(UTC)为基础。 参数 lpLocalFileTime [in] 一个 FILETIME结构,它指定本地文件的时间成为一个星期日转换的文件时间的指针。 lpFileTime [out] 一个FILETIME结构的指针接收转换星期一的文件时间。这个参数不能作为lpLocalFileTime参数相同。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,使用GetLastError函数。 备注 LocalFileTimeToFileTime使用的时区和夏令时的当前设置。因此,如果是夏令时,此函数将夏令时间考虑,即使要转换的时间是在标准时间。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 FILETIME FileTimeToLocalFileTime 当地时间 时间函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==LocalFileTimeToFileTime Function Converts a local file time to a file time based on the Coordinated Universal Time (UTC). Syntax C++ BOOL WINAPI LocalFileTimeToFileTime( __in const FILETIME *lpLocalFileTime, __out LPFILETIME lpFileTime ); Parameters lpLocalFileTime [in] A pointer to a FILETIME structure that specifies the local file time to be converted into a UTC-based file time. lpFileTime [out] A pointer to a FILETIME structure to receive the converted UTC-based file time. This parameter cannot be the same as the lpLocalFileTime parameter. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, use the GetLastError function. Remarks LocalFileTimeToFileTime uses the current settings for the time zone and daylight saving time. Therefore, if it is daylight saving time, this function will take daylight saving time into account, even if the time you are converting is in standard time. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also FILETIME FileTimeToLocalFileTime Local Time Time Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724490(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。