###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:	Returns string containing IP address corresponding to the name.
Failure:	Returns "" and set @error.
@error:	windows API WSAGetError return value (see <a href="http://msdn.microsoft.com/en-us/library/ms740668.aspx">MSDN</a>).
@@End@@


###Remarks###
TCPStartup is needed before this call.


###Related###
TCPStartup


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