Do you mean that I don't need to create the server following the process in MSDN web page (Initialize WSA, Create a socket, Bind the socket, Listen on the socket, Accept a connection, Send and receive data and Disconnect)? I just can use the TCP/IP funtions?
Or I have to follow this procedure, but using TCP/IP functions in some cases?
Sorry for so much questions!!