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