Describes RPC message replies.
#include <rpc/rpc.h>
xdr_replymsg (xdrs, rmsg) XDR *xdrs; struct rpc_msg *rmsg;
The xdr_replymsg subroutine describes Remote Procedure Call (RPC) message replies. Use this subroutine to generate message replies similar to RPC message replies without using the RPC program.
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
rmsg | Points to the structure containing the parameters of the reply message. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.
This subroutine is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
eXternal Data Representation (XDR) Overview for Programming and Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.