SetLocalTime
The SetLocalTime
function sets the current local time and date.
BOOL SetLocalTime(
CONST SYSTEMTIME *lpSystemTime
|
// address of local
time to set |
); |
|
Parameters
lpSystemTime
Points to a SYSTEMTIME
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
Remarks
Windows
NT: The SetLocalTime function
fails if the calling process does not have the SE_SYSTEMTIME_NAME privilege.
This privilege is disabled by default. Use the AdjustTokenPrivileges
Windows
95: Security privileges are not
supported or required.
See Also