SetSystemTimeAdjustment (KERNEL32.@)
BOOL SetSystemTimeAdjustment ( DWORD dwTimeAdjustment, BOOL bTimeAdjustmentDisabled )
Enables or disables the timing adjustments to the system's clock.
dwTimeAdjustment | [In] | Number of units to add per clock interrupt. |
bTimeAdjustmentDisabled | [In] | Adjustment mode. |
Success: TRUE.
Failure: FALSE.
Defined in "winbase.h".
Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c
Debug channel "time".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.