xdr_destroy()

The xdr_destroy() call destroys the XDR stream pointed to by the xdrs parameter.

Syntax

#include <rpc\rpc.h>

void xdr_destroy(xdrs)
XDR *xdrs;

Parameters

xdrs

Description

The xdr_destroy() call invokes the destroy routine associated with the eXternal Data Representation stream pointed to by the xdrs parameter, and frees the private data structures allocated to the stream.


[Back: xdr_callmsg()]
[Next: xdr_double()]