OALTimerUpdateRescheduleTime (Compact 2013)
10/16/2014
This function is called by the kernel to reprogram the system time. OEMs should implement OALTimerUpdateRescheduleTime if the implementation supports a variable tick.
Syntax
VOID OALTimerUpdateRescheduleTime(
DWORD time
);
Parameters
- time
Time that the system timer needs to be programmed to.
Remarks
OALTimerUpdateRescheduleTime is exported through OEMUpdateReschedTime.
Requirements
Header |
oal_timer.h |
Library |
Developer Implemented |