[ Previous | Next | Table of 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.

Implementation Specifics

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

Related Information

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 ]