Changes between Version 12 and Version 13 of How_Microsoft_Windows_NT_4.0_handles_internal_Time
- Timestamp:
- 01/19/12 16:32:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How_Microsoft_Windows_NT_4.0_handles_internal_Time
v12 v13 52 52 Specifies the number of 100-nanosecond units added to the time-of-day clock at each clock interrupt if periodic time adjustment is enabled. 53 53 54 bTimeAdjustmentDisabled [ BR]54 bTimeAdjustmentDisabled [[BR]] 55 55 Specifies the time adjustment mode that the system is to use. Periodic system time adjustments can be disabled or enabled. 56 56 … … 63 63 If the function fails, the return value is FALSE. To get extended error information, call !GetLastError. One way the function can fail is if the caller does not possess the SE_SYSTEMTIME_NAME privilege. 64 64 65 Remarks [ BR]65 Remarks [[BR]] 66 66 The !GetSystemTimeAdjustment and !SetSystemTimeAdjustment functions support algorithms that synchronize the time-of-day clock, reported via !GetSystemTime and !GetLocalTime, with another time source using a periodic time adjustment. 67 67