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
Return Values
The value 1 indicates success; the value 0 indicates an error.