[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Communications Technical Reference, 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 Version 4.3 Communications Programming Concepts.


[ Previous | Next | Contents | Glossary | Home | Search ]