Tech Support > Microsoft Windows > Development Resources > TerminateProcess doesn't work
TerminateProcess doesn't work
Posted by Sue on April 3rd, 2008


Hi,

I was trying to terminate the process. I did
TerminateProcess( hProcess, 0 ) and I'm sure it is the right process
handle and the call failed and the error is access denied. Is there a
way I can call SetSecurityInfo to set the PROCESS_TERMINATE right to
the process? Thanks.

Posted by Sue on April 3rd, 2008


On Apr 2, 4:55*pm, Sue <jean....@gmail.com> wrote:
never mind. I got the answer.


Similar Posts