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


clntraw_create()

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

Format

#include <rpc.h>
CLIENT *
clntraw_create(prognum, versnum)
u_long prognum;
u_long versnum;

Parameters

prognum
Specifies the remote program number.
versnum
Specifies the version number of the remote program.

Usage

The clntraw_create() call creates a dummy client for the remote double (prognum, versnum). Because messages are passed using a buffer within the address space of the local process, the server should also use the same address space, which simulates RPC programs within one address space. See svcraw_create() for more information.

Return codes

NULL indicates failure.

Context

  • clnt_call()
  • clnt_create()
  • clnt_destroy()
  • clnt_freeres()
  • clnt_geterr()
  • clnt_pcreateerror()
  • clnt_perror()
  • clnt_spcreateerror()
  • clnt_sperror()
  • clntudp_create()
  • clnttcp_create()
  • svcraw_create()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014