InternetCloseHandle (wininet)
Last changed: -86.80.122.64

.
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