SetLocalTime (KERNEL32.@)
BOOL SetLocalTime ( const SYSTEMTIME* systime )
systime | [In] | The desired local time. |
Set the local time using current time zone and daylight savings settings.
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/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c
Debug channel "time".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.