The xdr_authunix_parms() call translates between UNIX-based authentication information and its external representation.
Syntax
#include <rpc\rpc.h> bool_t xdr_authunix_parms(xdrs, aupp) XDR *xdrs; struct authunix_parms *aupp;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.