The xdr_getpos() call starts the get-position routine associated with the XDR stream, xdrs.
Syntax
#include <rpc\rpc.h> u_int xdr_getpos(xdrs) XDR *xdrs;
Parameters
xdrs
Return Values
The xdr_getpos() call returns an unsigned integer, which indicates the position of the XDR byte stream.
Related Calls