VMS Help
TCPIP Services, Programming Interfaces, RPC XDR Routines, xdr_accepted_reply
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
Serializes and deserializes a message-accepted indication in an
RPC reply message.
Format
#include <tcpip$rpcxdr.h>
bool_t xdr_accepted_reply(XDR *xdrs, struct accepted_reply
*arp);
xdrs
A pointer to an XDR stream handle created by one of the XDR
stream handle creation routines.
arp
A pointer to a buffer to which the message-accepted indication is
written.
Used for encoding reply messages. This routine encodes the status
of the RPC call and, in the case of success, the call results
as well. This routine is useful for users who wish to generate
messages without using the ONC RPC package. It returns the
message-accepted variant of a reply message union in the arp
argument.
The xdr_replymsg routine calls this routine.
TRUE Indicates success.
FALSE Indicates failure to encode the message.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.