|
WSAGetLastError The Windows Sockets WSAGetLastError function gets the error status for the last operation that failed. VB4-32,5,6 Declare Function WSAGetLastError Lib "WSOCK32" () As Long |
Operating Systems Supported |
Requires Windows Sockets 1.1 or later |
The return value indicates the error code for this thread’s last Windows Sockets operation that failed. |
|
|
|