OALTimerInitCount (Windows CE 5.0)

Send Feedback

This function initializes the system timer with a specified base period.

VOID OALTimerInitCount(  UINT32 period);

Parameters

  • period
    [in] Specifies the base period for the system timer, in ticks.

Return Values

None.

Remarks

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.