VMS Help
TCPIP Services, Programming Interfaces, RPC Server Routines, svc_sendreply
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
Sends the results of a remote procedure call to an RPC client.
Format
#include <rpc/rpc.h>
bool_t svc_sendreply(SVCXPRT *xprt, xdrproc_t outproc, char
*out);
xprt
A pointer to an RPC server handle created by any of the server
handle creation routines.
outproc
The XDR routine used to encode the server procedure's results.
out
A pointer to the server procedure's results.
Called by an ONC RPC service's dispatch routine to send the
results of a remote procedure call.
TRUE Indicates success.
FALSE Indicates failure.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.