Share via


curridlehigh (Compact 2013)

10/16/2014

This global variable contains the high DWORD of the 64-bit idle time and is used to support the GetIdleTime function.

Syntax

extern volatile UINT32 curridlehigh;

Parameters

None.

Return Value

None.

Remarks

This global variable is calculated as part of the call to the OEMIdle function, which determines how long a device has been in an idle state.

For an example, see %_WINCEROOT%\Platform\Common\Src\x86\Common\Timer\timer.c and %_WINCEROOT%\Platform\Common\Src\Common\Timer\Idle\idle.c.

Requirements

Header

nkexport.h

See Also

Reference

Kernel Variables Available to the OAL
Optional OAL Variables
OEMIdle