Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinInet InternetDial() InternetHangUp()
Message
From
13/11/2001 07:51:46
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00580797
Message ID:
00580806
Views:
16
>We use the function
>DWORD InternetDial( [...]
> LPDWORD lpdwConnection,
>);
>with declare InternetDial in wininet.dll.....
>and it's work well
>BUT
>When we call InternetHangUp() ... the modem don't hang up...
>as the lpdwConnection isn't return the connectio number

Are you sure you have
DECLARE ... INTEGER @ nConnection ...
in the declaration and
nConnection = 0
InternetDial(...,@nConnection,...)
in the function call?

bye
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform