Describes RPC call messages.
C Library (libc.a)
The xdr_callmsg subroutine describes Remote Procedure Call (RPC) call messages. This subroutine generates messages similar to RPC messages without using the RPC program.
Item | Description |
---|---|
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
cmsg | Points to the structure that contains the text of the call message. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.