Help for this page

Select Code to Download


  1. or download this
    alien_process:
                if (my_kill((IsWin95() ? -pid : pid), sig))
                    return 0;
        }
        }
    
  2. or download this
    static int
    terminate_process(DWORD pid, HANDLE process_handle, int sig)
    ...
        }
        return 0;
    }