xdr_accepted_reply()

The xdr_accepted_reply() call translates between an RPC reply message and its external representation.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_accepted_reply(xdrs, ar)
XDR *xdrs;
struct accepted_reply *ar;

Parameters

xdrs

ar

Return Values

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


[Back: svcudp_create()]
[Next: xdr_array()]