SetSystemTimeAdjustment.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/time.c".

Debug channel "time".