Maxim
Tue Apr 19 20:48:14 CDT 2005
You can only suspend threads, not processes.
SuspendThread is an unsafe API. If the thread holds some locks in user
mode - you can cause a deadlock.
Why do you need this?
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Marius Negrutiu" <negrutiu@as.ro> wrote in message
news:OoRQR9MRFHA.3584@TK2MSFTNGP10.phx.gbl...
> .