SetSystemTime (KERNEL32.@)
BOOL SetSystemTime ( const SYSTEMTIME* systime )
Set the system time in utc.
systime | [In] | The desired system time. |
Success: TRUE. The time was set.
Failure: FALSE, if the time was invalid or caller does not have permission to change the time.
Defined in "winbase.h".
Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c
Debug channel "time".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.