VMS Help  —  TCPIP Services, Programming Interfaces, RPC Server Routines, xprt_unregister
    Removes a socket associated with an RPC server handle from the
    list of registered sockets.
    Format
      #include  <rpc/rpc.h>
      void  xprt_unregister(SVCXPRT *xprt);

1  –  Arguments

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

2  –  Description

    Removes the socket associated with the indicated handle from the
    list of registered sockets maintained in the svc_fdset variable.
    Activity on the socket associated with xprt will no longer be
    checked by the svc_run routine.

    The svc_unregister routine calls this routine; therefore, you are
    unlikely to use this routine directly.

3  –  Return Values

    None
Close Help