VMS Help  —  TCPIP Services, Programming Interfaces, Socket API Functions, shutdown()
    Shuts down all or part of a bidirectional connection on a socket.
    This function does not allow further receives or sends, or both.
    The $QIO equivalent is the IO$_DEACCESS function with the
    IO$M_SHUTDOWN function modifier.
    Format
      #include  <socket.h>
      int shutdown  ( int s, int how) ;
Additional Information: explode extract
Arguments Description Return Values Errors
Close Help