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

Technical Reference: Communications, Volume 1

clnt_geterr Macro

Purpose

Copies error information from a client handle.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>


void clnt_geterr ( clnt, errp)
CLIENT *clnt;
struct rpc_err *errp;

Description

The clnt_geterr macro copies error information from a client handle to an error structure.

Parameters

clnt Points to the structure of the client handle.
errp Specifies the address of the error structure.

Related Information

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 ]