SetSystemTime (Windows CE 5.0)
This function sets the current system time and date. The system time is expressed in UTC.
BOOLSetSystemTime( constSYSTEMTIME* lpSystemTime);
Parameters
- lpSystemTime
[in] Pointer to a SYSTEMTIME structure that contains the current system date and time.
Return Values
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Time Functions | GetSystemTime | SYSTEMTIME | Timer Driver Reference
Send Feedback on this topic to the authors