dwPartialDiffMSec
This global variable is used in conjunction with DiffMSec to indicate the amount of time that has passed since the last time the scheduler has 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 DWORD dwPartialDiffMSec;
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: Timer.c.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.