[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


xdr_destroy Macro

Purpose

Destroys the XDR stream pointed to by the xdrs parameter.

Library

C Library (libc.a)

Syntax

#include <rpc/xdr.h>


void xdr_destroy ( xdrs)
XDR *xdrs;

Description

The xdr_destroy macro invokes the destroy routine associated with the eXternal Data Representation (XDR) stream pointed to by the xdrs parameter and frees the private data structures allocated to the stream. The use of the XDR stream handle is undefined after it is destroyed.

Parameters


xdrs Points to the XDR stream handle.

Implementation Specifics

This macro is part of Base Operating System (BOS) Runtime.

Related Information

List of XDR Programming References.

eXternal Data Representation (XDR) Overview for Programming and Understanding XDR Non-Filter Primitives in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]