Re: Waitable Timers
- From: "Scherbina Vladimir" <vladimir.scherbina@xxxxxxxxx>
- Date: Mon, 19 Dec 2005 22:40:42 +0200
In addition - there is no need even to use named timers in one application.
--
Vladimir
"Kellie Fitton" <KELLIEFITTON@xxxxxxxxx> wrote in message
news:1134948390.480426.192880@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> If you are using a timer in a single process application, then
> you doNot need to use the API OpenWaitableTimer(), this function
> is used in multiple processes application to open handles to the
> same timer object, also, the first parameter for this function is
> the desired access value which you have passed as a null.
>
> Here is how you should create your timer:
>
> CreateWaitableTimer()
> SetWaitableTimer()
> WaitForSingleObjectEx()
> CancelWaitableTimer()
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/openwaitabletimer.asp
>
> Hope these information helps,
>
> Kellie.
>
.
- References:
- Waitable Timers
- From: Gary
- Re: Waitable Timers
- From: Alexander Grigoriev
- Re: Waitable Timers
- From: Scherbina Vladimir
- Re: Waitable Timers
- From: Gary
- Waitable Timers
- Prev by Date: Re: I am loosing the handle
- Next by Date: Re: I am loosing the handle
- Previous by thread: Re: Waitable Timers
- Next by thread: Re: Get Windows Logon User from inside a windows service
- Index(es):
Relevant Pages
|