RasDialDlg (rasapi32)
Last changed: -216.77.229.132

.
Summary
The RasDialDlg function establishes a RAS connection using a specified phone-book entry and the credentials of the logged-on user. The function displays a stream of dialog boxes that indicate the state of the connection operation.

C# Signature:

[DllImport("Rasdlg.dll", SetLastError = true, CharSet = CharSet.Auto)]

public static extern bool RasDialDlg(

    IntPtr phoneBook,
    string entryName,
    IntPtr phoneNumber,
    ref RASDIALDLG info);

VB Signature:

Declare Function RasDialDlg Lib "rasapi32.dll" (TODO) As TODO

User-Defined Types:

RASDIALDLG

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
RasDialDlg on MSDN