WinHttpCloseHandle (winhttp)
Last changed: -67.32.36.230

.
Summary
TODO - a short description

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpCloseHandle(IntPtr hInternet);

VB Signature:

Declare Function WinHttpCloseHandle Lib "winhttp.dll" (ByVal hInternet As IntPtr) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation