Hi Daniel,
Meine Win32 SDK-Hilfe schreibt folgendes: The SetSystemTime function sets the current system time and date. The system time is expressed in Coordinated Universal Time (UTC).
BOOL SetSystemTime(
CONST SYSTEMTIME *lpSystemTime // address of system time to set
);
Parameters
lpSystemTime
Points to a SYSTEMTIME structure that contains the current system date and time.
The wDayOfWeek member of the SYSTEMTIME structure is ignored.
Return Values
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.
Meinen Englischkenntnissen nach darfst du also nicht die Zeit mitgeben, sondern die Adresse auf die SYSTEMTIME-Struktur, in welcher das Datum und die Zeit stehen. Vielleicht hilft dir das weiter, und sonst [
msdn:e77687c994="SetSystemTime"]klick mal hier[/
msdn:e77687c994].
Greetz
alcaeus