WSAGetLastError
C# Signature:
[DllImport("ws2_32.dll", CharSet = CharSet.Auto)]
static extern Int32 WSAGetLastError();VB Signature:
Declare Function WSAGetLastError Lib "ws2_32.dll" () As Int32Última actualización
[DllImport("ws2_32.dll", CharSet = CharSet.Auto)]
static extern Int32 WSAGetLastError();Declare Function WSAGetLastError Lib "ws2_32.dll" () As Int32Última actualización