The RasGetEntryDialParams function retrieves the connection information saved by the last successful call to the RasDial or RasSetEntryDialParams function for a specified phone-book entry.
10/9/2011 1:47:33 PM - -95.111.240.197
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.
5/10/2010 8:00:51 AM - -93.180.241.4
.
static extern uint RasGetEntryDialParams(
.
Public Function RasGetEntryDialParams( _
.
Declare Function RasGetEntryDialParams Lib "rasapi32.dll" (TODO) As TODO
.
public static extern uint RasGetEntryDialParamsW(
.
var nRet = RasGetEntryDialParamsW(null, pnt, out lprPassword);