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