Hello,
i want to kill a 16-Bit Programm (or Prozess) under NT4, and I don't know!
I want to know the ProcessID and over this I want to kill the Programm!
Did anyone know a solution or an example?
Please help me!
Thx!
Printable View
Hello,
i want to kill a 16-Bit Programm (or Prozess) under NT4, and I don't know!
I want to know the ProcessID and over this I want to kill the Programm!
Did anyone know a solution or an example?
Please help me!
Thx!
MSDN article Q175030 has all the details for enumerating processes (16 and 32-Bit!) under NT.
Then, if you have the process ID or handle it should be easy to kill that one by calling TerminateProcess.
Thank you for your answer,
but how realized this in VB?
The example is in C-Code!
I dont find anything about this in the Win32Api.txt !!!
Please help me!
correction: you cannot use the TerminateProcess API. you need to call VDMTerminateTaskWOW from vdmdbg.dll.