TonyGroves
Programmer
Does anybody know how I can kill a named process from a BCB program running on Windows NT? For example, there is a running process called "badproc", and I want to terminate it without further ado.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
HANDLE OpenProcess(
DWORD dwDesiredAccess,
BOOL bInheritHandle,
DWORD dwProcessId
);