VMS Help  —  TCPIP Services, Programming Interfaces, RPC Server Routines, svcerr_noprog
    Sends an error code to the client indicating that the server
    program is not registered with the Portmapper.
    Format
      #include  <rpc/rpc.h>
      void  svcerr_noprog(SVCXPRT *xprt);

1  –  Arguments

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

2  –  Description

    Called when the desired program is not registered with the ONC
    RPC package. Generally, the Portmapper informs the client when a
    server is not registered. Therefore, service implementors usually
    do not use this routine.

3  –  Return Values

    None
Close Help