Howdy,
I have added the following line:
win32process.TerminateProcess(hProcess, 9)
to the runproc demo distributed with Pythonwin which produces the
following error:
pywintypes.error: (5, 'TerminateProcess', 'Access is denied.')
How can a child process be aborted by its parent?
Thanks,
-- jv