Partager via


OALTimerGetCompare (Windows CE 5.0)

Send Feedback

This function returns the timer compare value.

Implement this function only for systems with a count and compare timer.

UINT32 OALTimerGetCompare();

Parameters

None.

Return Values

Returns the timer compare value, in ticks.

Remarks

Use this function to implement OALTimerRecharge, OALTimerCountsSinceSysTick, and OALTimerUpdate.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_timer.h
Link Library: Developer-defined

See Also

Timer Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.