SetSystemTimeAdjustment(3w)
NAME
SetSystemTimeAdjustment (KERNEL32.@)
SYNOPSIS
BOOL SetSystemTimeAdjustment ( DWORD dwTimeAdjustment, BOOL bTimeAdjustmentDisabled )
DESCRIPTION
Enables or disables the timing adjustments to the system's clock.
PARAMS
dwTimeAdjustment [In] Number of units to add per clock interrupt.
bTimeAdjustmentDisabled [In] Adjustment mode.
RETURNS
Success: TRUE.
Failure: FALSE.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/time.c".
- Debug channel "time".