Indicates why a client Remote Procedure Call (RPC) handle was not created.
#include <rpc/rpc.h>
void clnt_pcreateerror (s) char *s;
The clnt_pcreateerror subroutine writes a message to standard error output, indicating why a client RPC handle could not be created. The message is preceded by the string pointed to by the s parameter and a colon.
Use this subroutine if one of the following calls fails: the clntraw_create subroutine, clnttcp_create subroutine, or clntudp_create subroutine.
s | Points to a character string that represents the error text. |
This subroutine is part of Base Operating System (BOS) Runtime.
The clnt_create subroutine, clnt_spcreateerror subroutine, clntraw_create subroutine, clnttcp_create subroutine, clntudp_create subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.