Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A real Timer
Message
From
03/09/1997 18:14:31
 
 
To
03/09/1997 10:57:06
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00048038
Message ID:
00048387
Views:
49
Thanks. This is the text for which I've sent to the MS KB.

Vlad

>Hi Paul!
>
>This is what I've found in Win32 SDK about MM timers:
>
>Multimedia timer services allow applications to schedule timer events with
>the greatest resolution (or accuracy) possible for the hardware platform.
>These multimedia timer services allow you to schedule timer events at a
>higher resolution than other timer services.
>The multimedia timer services are useful for applications that demand
>high-resolution timing. For example, a MIDI sequencer requires a
>high-resolution timer because it must maintain the pace of MIDI events
>within a resolution of 1 millisecond.
>Applications that do not use high-resolution timing should use the SetTimer
>function instead of multimedia timer services. The timer services provided
>by SetTimer post WM_TIMER messages to a message queue; the multimedia timer
>services call a callback function. Applications that want a waitable timer
>should use the CreateWaitableTimer function.
>
>After reviewing all related topics I'm just realized that you cannot using
>this stuff directly from VFP without an additional tools like your Pointers
>class because it require pointers to callback functions.
>
>Have a happy day,
>Vladimir Shevchenko
>
>>
>> You may also take a look to multimedia timers. I know only that such an
>> "animal" exists, so I can't really help you. But maybe this is what you
>> need! :)
Previous
Reply
Map
View

Click here to load this message in the networking platform