xdr_string()

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

sp maxsize

Return Values

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


[Back: xdr_short()]
[Next: xdr_u_int()]