Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RasDialDlg" in [All]

rasapi32

.
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.
.

public static extern bool RasDialDlg(

.

    ref RASDIALDLG info);

.

public struct RASDIALDLG

.

RASDIALDLG info = new RASDIALDLG();

.

bool ret = RAW.RasDialDlg(IntPtr.Zero, "Some Connection Name", IntPtr.Zero, ref info);

.

http://www.codeplex.com/DotRas - The RasDialDialog component in the project exposes functionality provided by the RasDialDlg API.

.
Documentation
[RasDialDlg] on MSDN
.

This struct described in RasDialDlg. How this page delete ?

.
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.
.

public static extern bool RasDialDlg(

.

    ref RASDIALDLG info);

.

public struct RASDIALDLG

.

RASDIALDLG info = new RASDIALDLG();

.

bool ret = RAW.RasDialDlg(IntPtr.Zero, "Some Connection Name", IntPtr.Zero, ref info);

.
Documentation
[RasDialDlg] on MSDN

 
Access PInvoke.net directly from VS: