InternetHangUp (wininet)
Last changed: -82.127.73.39

.
Summary
You can use the InternetHangUp function to instruct the modem to end the connection that the Connection parameter specifies.

C# Signature:

[DllImport("wininet.dll", SetLastError=true)]
extern static int InternetHangUp(int Connection, int ReservedValue);

VB Signature:

Declare Function InternetHangUp Lib "wininet.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

No.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation