pOEMUpdateRescheduleTime (Windows Embedded CE 6.0)

1/5/2010

This function is a pointer to the function that reprograms the system timer.

Syntax

extern void (*pOEMUpdateRescheduleTime)(
  DWORD dwTick 
);

Parameters

  • dwTick
    [in] Time that the system timer needs to be programmed to.

Return Value

None.

Remarks

OEMs should initialize this function pointer to the function that reprograms the system timer.

Requirements

Header Developer Implemented
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Optional OAL Functions
SC_GetTickCount

Concepts

Implementation of the Variable Tick Scheduler