@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("wininet.dll", SetLastError=true)] [return: MarshalAs(UnmanagedType.Bool)] static extern bool InternetCloseHandle(IntPtr hInternet); !!!!VB Signature: Public Declare Function InternetCloseHandle Lib "wininet.dll" ( _ ByVal hInet As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: See the HttpRequest and HttpResponse classes for alternate Managed Code methodologies. Documentation: InternetCloseHandle@msdn on MSDN
Edit wininet.InternetC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.