NAME

SetSystemTime  (KERNEL32.@)

SYNOPSIS

 BOOL SetSystemTime
 (
  const SYSTEMTIME* systime
 )

DESCRIPTION

Set the system time in utc.

PARAMS

systime [In] The desired system time.

RETURNS

Success: TRUE. The time was set.

Failure: FALSE, if the time was invalid or caller does not have permission to change the time.

IMPLEMENTATION

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 Jan 2008.