idleconv (Windows CE 5.0)

Send Feedback

This global variable is a translation constant the specifies the number of units per millisecond and is used to support GetIdleTime.

extern UINT32idleconv;

Parameters

None.

Return Values

None.

Remarks

This global variable represents the conversion value between units and milliseconds. The value you set is dependent on the units used in curridlelow and curridlehigh.

If you set this variable to 0, then the GetIdleTime API is not implemented and returns MAXDWORD.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Developer-defined.

See Also

GetIdleTime

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.