OEMUpdateReschedTime (Compact 2013)
10/16/2014
This function sets the time of the next interrupt tick in variable-tick timer implementations.
Syntax
void OEMUpdateRescheduleTime(
DWORD dwTick
);
Parameters
- dwTick
[in] Time that the system timer is set to interrupt at.
Return Value
None.
Remarks
If you implement OEMUpdateReschedTime, set the pfnUpdateReschedTime member of OEMGLOBAL to point to this function. If the time specified by dwTick has already passed, the OEMUpdateReschedTime function sets the timer to interrupt as soon as possible. The function saves any information necessary to calculate the CurMSec variable.
Requirements
Header |
Developer Implemented |
Library |
coredll.lib |