A
Ashu
Hi,
There has been many instances with different processes that I am not
able to kill them. This has happed with processes like outlook, firefox,
yahoo messenger, and many more.
I tried to kill them using windows task manager (with /F switch also),
process explorer, using my own code which used TerminateProcess API. All
of these report success, but the process continues to run.
When I looked further into these process, I always noticed that these
process had only one thread running.
All these threads had the entry point in NTDLL.dll (the entry points
were either beginthreadx or endthreadx usually)
Any idea what is the problem? Is there some bug in vista??
--
Regards,
Ashutosh Bhawasinka
email: (e-mail address removed)
MCSA - Messaging,
MCTS - .Net Win Apps
MCPD - Win App
There has been many instances with different processes that I am not
able to kill them. This has happed with processes like outlook, firefox,
yahoo messenger, and many more.
I tried to kill them using windows task manager (with /F switch also),
process explorer, using my own code which used TerminateProcess API. All
of these report success, but the process continues to run.
When I looked further into these process, I always noticed that these
process had only one thread running.
All these threads had the entry point in NTDLL.dll (the entry points
were either beginthreadx or endthreadx usually)
Any idea what is the problem? Is there some bug in vista??
--
Regards,
Ashutosh Bhawasinka
email: (e-mail address removed)
MCSA - Messaging,
MCTS - .Net Win Apps
MCPD - Win App