NAME

GetSystemTimeAdjustment  (KERNEL32.@)

SYNOPSIS

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

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.

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.

RETURNS

TRUE.

BUGS

Only the special case of disabled time adjustments is supported.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c

Debug channel "time".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.