[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


clnt_pcreateerror Subroutine

Purpose

Indicates why a client Remote Procedure Call (RPC) handle was not created.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>


void clnt_pcreateerror ( s)
char *s;

Description

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.

Parameters


s Points to a character string that represents the error text.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

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 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]