Scroll to navigation

SetSystemTimeAdjustment(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/time.c".
Debug channel "time".
Oct 2012 Wine API