Share via


idleconv

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

Syntax

extern UINT32 idleconv;

Parameters

None.

Return Value

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

Header Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Other Resources

GetIdleTime