threading question



C# has a easy way of waking another thread (Thread.Interupt). Does C++
/MFC have a nice way of checking the status of another thread and if it is
sleeping, to wake it?

thanks!



.