PGRAB_ERROR(3PROC) | Process Control Library Functions | PGRAB_ERROR(3PROC) |
Pgrab_error
—
#include <libproc.h>
const char *
Pgrab_error
(int error);
Pgrab_error
() function returns a pointer to a
human-readable character string describing the error that occurred. This
function only knows how to translate errors that are stored in
perr during a failed call to
Pgrab(3PROC),
Pfgrab_core(3PROC),
Pgrab_core(3PROC), or
Pgrab_file(3PROC).
Pgrab_error
() function always returns a pointer to a
character string that describes the error that occurred, even if it is an
unknown error.
May 11, 2016 | OmniOS |