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

Technical Reference: Communications, Volume 1

clnt_spcreateerror Subroutine

Purpose

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

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>


char *clnt_spcreateerror ( s)
char *s;

Description

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.

Parameters

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

Related Information

The clnt_pcreateerror subroutine.

List of RPC Programming References.

Remote Procedure Call (RPC) Overview for Programming in AIX 5L Version 5.2 Communications Programming Concepts.

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