GetSystemTimeAdjustment (KERNEL32.@)
BOOL GetSystemTimeAdjustment ( PDWORD lpTimeAdjustment, PDWORD lpTimeIncrement, PBOOL lpTimeAdjustmentDisabled )
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.
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. |
TRUE.
Only the special case of disabled time adjustments is supported.
Defined in "winbase.h".
Implemented in "dlls/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c
Debug channel "time".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.