xdr_opaque()

The xdr_opaque() call translates between fixed-size opaque data and its external representation.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_opaque(xdrs, cp, cnt)
XDR *xdrs;
char *cp;
u_int cnt;

Parameters

xdrs

cp cnt

Return Values

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


[Back: xdr_long()]
[Next: xdr_opaque_auth()]