|
wow, happy to reply to shub.
The pi.hThread you have is the primary thread of the process.
an idea :
1.
the process (and so on, the primary thread) do CreateThread
2.
In the primary thread, do ExitThread (or TerminateThread)
3.
sure the pi.hThread will be inexistant ?
To be sure : GetProcessIdOfThread(pi.hThread) or GetThreadID(pi.hThread)
Sure you did it but have you tried ProcessExplorer from SysInternals to see more info on the progyy ?
Name of the proggy to DIY ?
Last edited by LaDidi; 02-21-2005 at 23:54.
|