Indicates why a client Remote Procedure Call (RPC) handle was not created.
#include <rpc/rpc.h>
char *clnt_spcreateerror (s) char *s;
The clnt_spcreateerror subroutine returns a string indicating why a client RPC handle was not created.
Note: This subroutine returns the pointer to static data that is overwritten on each call.
s | Points to a character string that represents the error text. |
This subroutine is part of Base Operating System (BOS) Runtime.
The clnt_pcreateerror subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.