idleconv (Compact 2013)
10/16/2014
This global variable is a translation constant the specifies the number of units per millisecond and is used to support the GetIdleTime function.
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 zero, GetIdleTime is not implemented and returns MAXDWORD.
Requirements
Header |
Developer Implemented |
See Also
Reference
Kernel Variables Available to the OAL
Optional OAL Variables