VMS Help  —  TCPIP Services, Programming Interfaces, RPC Server Routines, svcerr_noproc
    Sends an error code to the client indicating that the server
    program does not implement the requested procedure.
    Format
      #include  <rpc/rpc.h>
      void  svcerr_noproc(SVCXPRT *xprt);

1  –  Arguments

 xprt
    A pointer to an RPC server handle created by any of the server-
    handle creation routines.

2  –  Description

    Called by a service dispatch routine that does not implement the
    procedure number that the client requested.

3  –  Return Values

    None
Close Help