The xdr_opaque_auth() call translates between RPC message authentications and their external representations.
Syntax
#include <rpc\rpc.h> bool_t xdr_opaque_auth(xdrs, ap) XDR *xdrs; struct opaque_auth *ap;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.