VMS Help
TCPIP Services, Programming Interfaces, RPC XDR Routines, xdr_free
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
Deallocates the memory associated with the indicated data
structure.
Format
#include <tcpip$rpcxdr.h>
bool_t xdr_free(xdrproc_t proc, char *objp);
proc
The XDR routine for the data structure being freed.
objp
A pointer to the data structure to be freed.
Releases memory allocated for the data structure to which objp
points. The pointer passed to this routine is not freed, but what
it points to is freed (recursively). Use this routine to free
decoded data that is no longer needed. Never use this routine for
encoded data.
TRUE Indicate success.
FALSE Indicates failure.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.