###Function###
TCPNameToIP

###Description###
Converts an Internet name to IP address.

###Syntax###
TCPNameToIP ( name )


###Parameters###
@@ParamTable@@
name
	String containing an Internet name.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a string containing IP address corresponding to the name.
Failure:	"" and sets the @error flag to non-zero.
@error:	windows API WSAGetError return value (see <a href="http://msdn.microsoft.com/en-us/library/ms740668.aspx">MSDN</a>).
@@End@@


###Remarks###
<a href="TCPStartup.htm">TCPStartup()</a> is needed before this call.


###Related###
TCPStartup


###Example###
@@IncludeExample@@
