 |
RasPhonebookDlg ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The RasPhonebookDlg function displays the main Dial-Up Networking dialog box. From this modal dialog box, the user can dial, edit, or delete a selected phone-book entry, create a new phone-book entry, or specify user preferences. The RasPhonebookDlg function returns when the dialog box closes. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL RasPhonebookDlg(
LPTSTR lpszPhonebook, // pointer to the full path and
// file name of the phone-book file
LPTSTR lpszEntry, // pointer to the name of the
// phone-book entry to highlight
LPRASPBDLG lpInfo // pointer to a structure that
// contains additional parameters
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER RasPhonebookDlg IN rasapi32;
STRING @ lpszPhonebook,;
STRING @ lpszEntry,;
STRING @ lpInfo
|
 |
 |
 |
| Parameters: |
 |
lpszPhonebook
[in] Pointer to a null-terminated string that specifies the full path and file name of a phone-book (PBK) file.
lpszEntry
[in] Pointer to a null-terminated string that specifies the name of the phone-book entry to highlight initially.
lpInfo
[in, out] Pointer to the RASPBDLG structure that specifies additional input and output parameters. |
 |
 |
| Return value: |
 |
| If the user selects the Dial button and the function establishes a connection, the return value is a nonzero value. |
 |
 |
| My comment: |
 |
Windows NT/2000/XP: Included in Windows NT 4.0 and later.
Windows 95/98/Me: Unsupported. |
 |
 |
| Word Index links for the RasPhonebookDlg : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-08-12 10:20:44 | | Modified: | 2002-08-12 10:22:36 | Visited in last 7 days: 12 |