InternetAutoDial (wininet)
Last changed: Webdiyer@yahoo.com-61.185.224.116

.
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