Serializes and deserializes long integers.
Format
#include <tcpip$rpcxdr.h>
bool_t xdr_long(XDR *xdrs, long *lp);
1 – Arguments
xdrs
A pointer to an XDR stream handle created by one of the XDR
stream-handle creation routines.
lp
A pointer to a long integer.
2 – Description
A filter primitive that translates between long integers and
their external representations.
3 – Return Values
TRUE Indicates success.
FALSE Indicates failure.