Prints a message explaining why ONC RPC could not create a client handle. Format #include <rpc/rpc.h> void clnt_pcreateerror(char *sp);
1 – Arguments
sp A pointer to a string to be used as the beginning of the error message.
2 – Description
The clnt_pcreateerror routine prints a message to SYS$OUTPUT. The message consists of the sp parameter followed by an RPC-generated error message. Use this routine when the clnt_create, clnttcp_ create, or clntudp_create routine fails.
3 – Return Values
None