VMS Help
TCPIP Services, Programming Interfaces, RPC Client Routines, clnt_geterr
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
A macro that returns error information indicating why an RPC call
failed.
Format
#include <rpc/rpc.h>
void clnt_geterr(CLIENT *handle, struct rpc_err *errp);
handle
A pointer to a client handle created by any of the client handle
creation routines.
errp
A pointer to an rpc_err structure containing information that
indicates why an RPC call failed. This information is the same
information as clnt_stat contains, plus one of the following:
the C error number, the range of server versions supported, or
authentication errors.
This macro copies the error information from the client handle
to the structure referenced by errp. The macro is mainly for
diagnostic use.
None
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.