Re: timeSetEvent() wraps after inteval of 429496

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Fri, 3 Jun 2005 22:06:05 -0700, Alexander Grigoriev wrote:

> Looks like the internal math to convert miliseconds to 100 ns units is using
> 32 bits. This means anything more that2^32 / 10000 ms gets truncated.

Yep, that's definitely what it's doing. What's strange though is that the
one shot timer using the same function works correctly, so it must use a
different timing mechanism.
.