what will happen when i terminate a process?
-
hi everybody, what will happen when i terminate a prcocess on the windows taskmanager? Can the process make some action before killed?
-
hi everybody, what will happen when i terminate a prcocess on the windows taskmanager? Can the process make some action before killed?
-
hi everybody, what will happen when i terminate a prcocess on the windows taskmanager? Can the process make some action before killed?
-
iceman8616 wrote:
Can the process make some action before killed?
No. The process will not get any clue when it is terminated from the taskmanager.
Naveen wrote:
No. The process will not get any clue when it is terminated from the taskmanager.
Hi Naveen, Are you sure about that? The task manager uses two methods of terminating an application depending on which tab is selected. One of them can be ignored by an application. Best Wishes, -David Delaune
-
Naveen wrote:
No. The process will not get any clue when it is terminated from the taskmanager.
Hi Naveen, Are you sure about that? The task manager uses two methods of terminating an application depending on which tab is selected. One of them can be ignored by an application. Best Wishes, -David Delaune
Randor wrote:
task manager uses two methods of terminating an application depending on which tab is selected.
Hi David, I mean the "EndProcess" option in the "Process" tab of the task manager( I guess it uses TerminateProcess()). It is the "End task" option in the "Application" tab that can be igonred( which sends a WM_CLOSE message ). right? Please correct me if I am wrong.
-
Randor wrote:
task manager uses two methods of terminating an application depending on which tab is selected.
Hi David, I mean the "EndProcess" option in the "Process" tab of the task manager( I guess it uses TerminateProcess()). It is the "End task" option in the "Application" tab that can be igonred( which sends a WM_CLOSE message ). right? Please correct me if I am wrong.
-
hi everybody, what will happen when i terminate a prcocess on the windows taskmanager? Can the process make some action before killed?
I believe so - I think the window gets a WM_CLOSE or WM_QUIT first (can't remember which) and if it doesn't die pretty quickly, it then gets terminated with TerminateProcess. I think that's how it works, anyway.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
hi everybody, what will happen when i terminate a prcocess on the windows taskmanager? Can the process make some action before killed?