#include <as400_protos.h> int _ILEKILL(pid_t pid, int signo);
Note: This function can only be used in an i5/OS PASE program. See i5/OS PASE for more information about creating i5/OS PASE programs.
The _ILEKILL invokes the ILE kill function to send an ILE signal to a process or process group.
A signo value less than zero is negated to determine the ILE signal number, and signo zero simply checks that the target process or process group exists.
See documentation for the ILE kill()--Send Signal to Process or Group of Processes function for information about required authorities.
_ILEKILL returns zero for normal completion, or -1 wih an errno for any error.
See ILE kill()--Send Signal to Process or Group of
Processes for more information about error conditions.
Top | i5/OS PASE APIs | APIs by category |