idleconv (Windows Embedded CE 6.0)
1/5/2010
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 |