A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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

Library
Wsock32

Return Values
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.

Last update: 07 April 2006