clnt_perrno()

The clnt_perrno() call writes a message to the standard error device corresponding to the condition indicated by stat.

Syntax

#include <rpc\rpc.h>

void
clnt_perrno(stat)
enum clnt_stat stat;

Parameters

stat

Description

The clnt_perrno() call writes a message to the standard error device corresponding to the condition indicated by stat. Use this procedure after callrpc() and clnt_broadcast() if there is an error.

Related Calls


[Back: clnt_pcreateerror()]
[Next: clnt_perror()]