z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


svc_getargs()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <rpc.h>
bool_t
svc_getargs(xprt, inproc, in)
SVCXPRT *xprt;
xdrproc_t inproc;
char *in;

Parameters

xprt
Specifies the pointer to the service transport handle.
inproc
Specifies the XDR routine used to decode the arguments.
in
Indicates the pointer to the decoded arguments.

Usage

The svc_getargs() call uses the XDR routine inproc to decode the arguments of an RPC request associated with the RPC service transport handle xprt. The results are placed at address in.

Return codes

The value 1 indicates success; the value 0 indicates an error.

Context

  • svc_freeargs()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014