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
Return Values
The value 1 indicates success; the value 0 indicates an error.