osdKill

osdKill

osd

1998 12-05


NAME

osdKill - kill a process


SYNOPSIS

long osdKill(OSD_PID pid)

osdKill() attempts to kill the process with the process id of pid. In UNIX it does so by sending the process a SIGTERM signal. In Win32 the TerminateProcess() function is used. Both of these methods may have application specific implications, therefore knowledge of these methods is recommended before use.