术语 | getsystemtimeasfiletime |
释义 | GetSystemTimeAsFileTime 语法: C++ void WINAPI GetSystemTimeAsFileTime( __out LPFILETIME lpSystemTimeAsFileTime ); GetSystemTimeAsFileTime功能 获取当前系统日期和时间。这些信息格式协调通用时间(UTC)。 参数 lpSystemTimeAsFileTime [out] 一个FILETIME结构的指针得到当前系统日期和时间的UTC格式。 返回值 这个函数没有返回值。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 文件时报 FILETIME GetSystemTime 系统时间 系统时间 SystemTimeToFileTime 时间函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetSystemTimeAsFileTime Function Retrieves the current system date and time. The information is in Coordinated Universal Time (UTC) format. Syntax C++ void WINAPI GetSystemTimeAsFileTime( __out LPFILETIME lpSystemTimeAsFileTime ); Parameters lpSystemTimeAsFileTime [out] A pointer to a FILETIME structure to receive the current system date and time in UTC format. Return Value This function does not return a value. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also File Times FILETIME GetSystemTime System Time SYSTEMTIME SystemTimeToFileTime Time Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724397(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。