|
WSACleanup The Windows Sockets WSACleanup function terminates use of the Windows Sockets DLL. VB4-32,5,6 Declare Function WSACleanup Lib "WSOCK32" () As Long |
Operating Systems Supported |
Requires Windows Sockets 1.1 or later |
The return value is zero if the operation was successful. Otherwise, the value SOCKET_ERROR is returned, and a specific error number may be retrieved by calling WSAGetLastError. |
|
|
|