xdr_long()

The xdr_long() call translates between C long integers and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_long(xdrs, lp)
XDR *xdrs;
long *lp;

Parameters

xdrs

lp

Return Values

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


[Back: xdr_int()]
[Next: xdr_opaque()]