Minimum availability
Internet Explorer 4.0
InternetAutodialHangup Function
Disconnects an automatic dial-up connection.Syntax
BOOL InternetAutodialHangup(IN DWORD dwReserved);
Parameters
dwReserved
Reserved. Must be set to zero.
Return Value
Returns TRUE if successful, or FALSE otherwise.
Function Information
Windows NT
Use version 4.0. Implemented only as an ANSI function.
Windows
Use Windows 95 and later. Implemented only as an ANSI function.
Header
Wininet.h
Import library
Wininet.lib
Minimum availability
Internet Explorer 4.0
InternetDial Function
Initiates a connection to the Internet using a modem.Syntax
DWORD InternetDial(IN HWND hwndParent,IN LPTSTR lpszConnectoid,IN DWORD dwFlags,OUT LPDWORD lpdwConnection,IN DWORD dwReserved);
Parameters
hwndParent
Handle to the parent window.
lpszConnectoid
Address of a string variable containing the name of the dial-up connection to use.
dwFlags
Unsigned long integer value that contains the flags to use. This can be one of thefollowing values:INTERNET_AUTODIAL_FORCE_ONLINE
Leave a Comment