VMS Help  —  TCPIP Services, Programming Interfaces, Socket API Functions, socket()
    Creates an endpoint for communication by returning a special
    kind of file descriptor called a socket descriptor, which is
    associated with a TCP/IP Services socket device channel.
    The $QIO equivalent is the IO$_SETMODE function.
    Format
      #include  <types.h>
      #include  <socket.h>
      int socket  ( int af, int type, int protocol );
Additional Information: explode extract
Arguments Description Return Values Errors
Close Help