News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Where is KillProcess

Started by Magnum, November 21, 2012, 02:54:01 PM

Previous topic - Next topic

Magnum

I did a search for killprocess in the includes but could not find it.

Where is it ?

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

dedndave

i think that's a DOS command
what you may want is TerminateProcess which is, by nature, a kernel32 function

hutch--

Try this.

BOOL TerminateProcess(
    HANDLE hProcess,   // handle to the process
    UINT uExitCode    // exit code for the process 
   );

Magnum

Thanks Hutch, I forgot that KillProcess was a procedure.

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org