 |
InternetDial ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Initiates a connection to the Internet using a modem. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD InternetDial(
HWND hwndParent,
LPTSTR lpszConnectoid,
DWORD dwFlags,
LPDWORD lpdwConnection,
DWORD dwReserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER InternetDial IN wininet;
INTEGER hwndParent,;
STRING lpszConnectoid,;
INTEGER dwFlags,;
INTEGER @ lpdwConnection,;
INTEGER dwReserved
|
 |
 |
 |
| Parameters: |
 |
hwndParent
[in] Handle to the parent window.
lpszConnectoid
[in] Pointer to a string variable containing the name of the dial-up connection to use.
dwFlags
[in] Unsigned long integer value that contains the flags to use.
lpdwConnection
[out] Pointer to an unsigned long integer value containing the number associated to the connection.
dwReserved
[in] Reserved. Must be set to 0. |
 |
 |
| Return value: |
 |
| Returns ERROR_SUCCESS (0) if successful, or an error value otherwise. |
 |
 |
| Word Index links for the InternetDial : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-06-14 18:03:04 | | Modified: | 2002-06-14 18:05:20 | Visited in last 7 days: 29 |