internetautodialhangup (wininet)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("wininet.dll", SetLastError=true)]
static extern bool InternetAutoDialHangup(int dwReserved);

VB Signature:

Declare Function InternetAutoDialHangup Lib "wininet.dll" ( _
   dwReserved As Integer) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation