D
Deepak
I am programing a ping application which pings various centers . I
used timer loop and it pings one by one.
Now when i finish pinging one center it should wait for the
ping_completed function to be executed and then continue pinging
another certer.
The ping_completed function is called on completion of ping by the os
and i have no control on it .
Wait for a function to run and then continue.
(the ping application is developed from the msdn samples)
used timer loop and it pings one by one.
Now when i finish pinging one center it should wait for the
ping_completed function to be executed and then continue pinging
another certer.
The ping_completed function is called on completion of ping by the os
and i have no control on it .
Wait for a function to run and then continue.
(the ping application is developed from the msdn samples)