The xdr_string() call translates between C strings and their external representations.
Syntax
#include <rpc\rpc.h> bool_t xdr_string(xdrs, sp, maxsize) XDR *xdrs; char **sp; u_int maxsize;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.