nlIpSocketStartup
nlIpSocketStartup
nl
1998 12-06
NAME
nlIpSocketStartup - First function need to be call for Windows Sockets application.
SYNOPSIS
uint32 nlIpSocketStartup(void);
nlIpSocketStartup() is the first Windows Sockets function called by application.
nlIpSocketStartup() returns 1 if successful. Otherwise it returns error code.
WSAGetLastError() can also determinate the error code.