InitClock (Windows CE 5.0)

Send Feedback

This function is a required OAL function that initializes the CPU clock and sets the system tick interval frequency.

void InitClock (void);

Parameters

None.

Return Values

None.

Remarks

This function is called when the system boots for the first time to set the default 1ms tick that is required by the kernel.

This routine is called from the OEMInit function.

The kernel calls this function when a suspended device is resumed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.

See Also

GetIdleTime | OEMInit | Resume State | System Tick Timer Initialization

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.