httpterminate (httpapi)
Last changed: -78.188.203.41

.
Summary
The HttpTerminate function cleans up resources used by the HTTP API to process calls by an application. An application should call HttpTerminate once for every time it called HttpInitialize, with matching flag settings.

C# Signature:

[DllImport("httpapi.dll", SetLastError = true)]
internal static extern uint HttpTerminate(
     uint Flags,
     IntPtr pReserved);

VB Signature:

Declare Function HttpTerminate Lib "httpapi.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

HttpApi.HttpTerminate(HttpApi.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);

Alternative Managed API:

Do you know one? Please contribute it!

Documentation