Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 830 Bytes

InternetAutodial.md

File metadata and controls

46 lines (32 loc) · 830 Bytes

Home

Function name : InternetAutodial

Group: Internet Functions (WinInet) - Library: wininet


Causes the modem to automatically dial the default Internet connection.


Code examples:

Dial the Net Automatically

Declaration:

BOOL InternetAutodial(
	DWORD dwFlags,
    HWND hwndParent
);  

FoxPro declaration:

DECLARE INTEGER InternetAutodial IN wininet.dll;
	INTEGER dwFlags,;
	INTEGER dwReserved  

Parameters:

dwFlags [in] Unsigned long integer value that contains a flag that controlls this operation.

hwndParent [in] Handle to the parent window.


Return value:

Returns TRUE if successful, or FALSE otherwise.