Share via


OALTimerUpdateRescheduleTime (Windows Embedded CE 6.0)

1/5/2010

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 pOEMUpdateRescheduleTime.

Requirements

Header oal_timer.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Timer Functions