[DllImport("winhttp.dll", SetLastError=true)] static extern bool WinHttpCloseHandle(IntPtr hInternet);
Declare Function WinHttpCloseHandle Lib "winhttp.dll" (ByVal hInternet As IntPtr) As Boolean
Última actualización hace 1 año