clnt_freeres()

The clnt_freeres() call deallocates resources assigned for decoding the results of an RPC.

Syntax

#include <rpc\rpc.h>

bool_t
clnt_freeres(clnt, outproc, out)
CLIENT *clnt;
xdrproc_t outproc;
char *out;

Parameters

clnt

outproc out

Return Values

The value 1 indicates success; the value 0 indicates an error.

Related Calls


[Back: clnt_destroy()]
[Next: clnt_geterr()]