GetSystemTimeAdjustment.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetSystemTimeAdjustment (KERNEL32.@)

SYNOPSIS

BOOL GetSystemTimeAdjustment
 (
  PDWORD lpTimeAdjustment,
  PDWORD lpTimeIncrement,
  PBOOL  lpTimeAdjustmentDisabled
 )

DESCRIPTION

Get the period between clock interrupts and the amount the clock is adjusted each interrupt so as to keep it in sync with an external source.

PARAMS

lpTimeAdjustment [Out] The clock adjustment per interrupt in 100's of nanoseconds.

lpTimeIncrement [Out] The time between clock interrupts in 100's of nanoseconds.

lpTimeAdjustmentDisabled [Out] The clock synchronisation has been disabled.

RETURNS

TRUE.

BUGS

Only the special case of disabled time adjustments is supported.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/time.c".

Debug channel "time".