dwPartialDiffMSec (Windows CE 5.0)
This global variable is used with DiffMSec to indicate the amount of time that has passed since the last time the scheduler examined the sleep queue.
DiffMSec accounts for the number of whole milliseconds that have passed, while dwPartialDiffMSec accounts for the number of timer counts not totaling one millisecond.
This variable is obsolete.
extern DWORDdwPartialDiffMSec;
Parameters
None.
Return Values
None.
Remarks
dwPartialDiffMSec is updated in OEMIdle to account for the time between the last tick and the call to OEMIdle, as well as time that has passed while the CPU is idling.
dwPartialDiffMSec allows the system to recognize that time has passed even if it is less than one millisecond.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Developer-defined.
See Also
Send Feedback on this topic to the authors