Function Accept (Sock:longint;var addr:TInetSockAddr;var SockIn,SockOut:File) : Boolean;
This is an alternate form of the Accept command. It is equivalent to subsequently calling the regular Accept function and the Sock2File function. The Addr parameter contains the parameters of the internet socket that should be opened.
The function returns True if successfull, False otherwise.
The errors are those of Accept.