CreateTCPSocket (open)
Create a new TCP socket
Syntax
LOADLIB "wh::internet/tcpip.whlib";
INTEGER FUNCTION CreateTCPSocket()
Return value
INTEGER
ID of connection for new socket. If a negative ID is returned, an error has occured
Create a new TCP socket
LOADLIB "wh::internet/tcpip.whlib";
INTEGER FUNCTION CreateTCPSocket()
INTEGER
ID of connection for new socket. If a negative ID is returned, an error has occured