z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


clnt_pcreateerror()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <rpc.h>
 
void
clnt_pcreateerror(s)
char *s;

Parameters

s
Indicates a null or null-terminated character string. If s is nonnull, clnt_pcreateerror() prints the string s followed by a colon, followed by a space, followed by the error message, and terminated with a new line. If s is null or points to a null string, just the error message and the new line are output.

Usage

The clnt_pcreateerror() call writes a message to the standard error device, indicating why a client handle cannot be created. This procedure is used after clntraw_create(), clnttcp_create(), clntudp_create(), or clnt_create(), fails.

Context

  • clnt_create()
  • clnt_geterr()
  • clnt_perrno()
  • clnt_perror()
  • clnt_spcreateerror()
  • clnt_sperrno()
  • clnt_sperror()
  • clntraw_create()
  • clnttcp_create()
  • clntudp_create()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014