Exemplo n.º 1
0
int stop_web_server()
{
    win32_kill_process (WEB_PROCESS_NAME);
    applet->web_status = WEB_NOT_STARTED;

    return 0;
}
Exemplo n.º 2
0
void shutdown_process (const char *name)
{
    while (win32_kill_process(name) >= 0) ;
}