The RasDialDlg function tries to establish 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.
BOOL RasDialDlg(
LPTSTR lpszPhonebook, |
// pointer to the full path and filename of the phone-book file |
LPTSTR lpszEntry, |
// pointer to the name of the phone-book entry to dial |
LPTSTR lpszPhoneNumber, |
// pointer to replacement phone number to dial |
LPRASDIALDLG lpInfo |
// pointer to a structure that contains additional parameters |
); |
If the function establishes a RAS connection, the return value is a nonzero value.
If an error occurs, or if the user selects the Cancel button during the dialing operation, the return value is zero. If an error occurs, the dwError member of the RASDIALDLG structure returns a nonzero system or RAS error code.
The RasDialDlg function displays a stream of dialog boxes that are similar to the dialog boxes that main Dial-Up Networking dialog box displays when the user selects the Dial button. The RasDialDlg function is useful for applications in which you want to display a standard user interface for a connection operation without presenting the main phone-book dialog box. For example, the RAS AutoDial service uses this function to establish a connection using the phone-book entry associated with a remote address.
The RasDialDlg function displays dialog boxes during the connection operation to provide feedback to the user about the progress of the operation. For example, the dialog boxes might indicate when the operation is dialing, when it is authenticating the user’s credentials on the remote server, and so on. The dialog boxes also provide a Cancel button for the user to terminate the operation.
RasDialDlg returns when the connection is established, or when the user cancels the operation.
file: /Techref/os/win/api/win32/func/src/f70.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/3 02:21,
3.16.203.55:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f70.htm"> RasDialDlg</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.