pOEMUpdateRescheduleTime (Windows CE 5.0)
This function is a pointer to the function that reprograms the system timer.
extern void(*pOEMUpdateRescheduleTime)(DWORD dwTick);
Parameters
- dwTick
[in] Time that the system timer needs to be programmed to.
Return Values
None.
Remarks
OEMs should initialize this function pointer to the function that reprograms the system timer.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Coredll.lib.
See Also
SC_GetTickCount | Implementation of the Variable Tick Scheduler
Send Feedback on this topic to the authors