xdr_u_long()

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

Syntax

#include <rpc\rpc.h>

bool_t
xdr_u_long(xdrs, ulp)
XDR *xdrs;
u_long *ulp;

Parameters

xdrs

ulp

Return Values

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


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