术语 | setsystemtime |
释义 | SetSystemTime 语法: C++ BOOL WINAPI SetSystemTime( __in const SYSTEMTIME *lpSystemTime ); SetSystemTime函数 设置当前系统时间和日期。该系统的时间,表现在协调通用时间(UTC)。 参数 lpSystemTime [in] 一个SYSTEMTIME结构,它包含了新的系统日期和时间的指针。 该SYSTEMTIME结构wDayOfWeek成员被忽略。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 该SetSystemTime功能可在更改系统时间的SE_SYSTEMTIME_NAME特权。这种特权是默认禁用。有关更多信息,请运行特权。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 GetSystemTime SetSystemTimeAdjustment 系统时间 系统时间 时间函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==SetSystemTime Function Sets the current system time and date. The system time is expressed in Coordinated Universal Time (UTC). Syntax C++ BOOL WINAPI SetSystemTime( __in const SYSTEMTIME *lpSystemTime ); Parameters lpSystemTime [in] A pointer to a SYSTEMTIME structure that contains the new system date and time. The wDayOfWeek member of the SYSTEMTIME structure is ignored. 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, call GetLastError . Remarks The SetSystemTime function enables the SE_SYSTEMTIME_NAME privilege before changing the system time. This privilege is disabled by default. For more information, see Running with Special Privileges . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also GetSystemTime SetSystemTimeAdjustment System Time SYSTEMTIME Time Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724942(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。