OveRride
01-07-2001, 08:32 PM
Oh Well, Just a few posts before this one you could read something about a problem with RAS API declaration with VB6. As allways the answer has been fast and very explanatory. Now. what I exactly need is the VB API declaration for RASDial().
By the way, instead of using RASDial, I've found another function, which might be declared like that:
Declare Function InternetDial Lib "Wininet.dll" ( _
ByVal hwndParent As Long, _
ByVal lpszConnectoid As String, _
ByVal dwFlags As Long, _
dwConnection As Long, _
ByVal dwReserved As Long) _
As Long
It makes basically the same job, so what's the difference between Wininet.dll and Rasapi32.dll dialup functions?
By the way, instead of using RASDial, I've found another function, which might be declared like that:
Declare Function InternetDial Lib "Wininet.dll" ( _
ByVal hwndParent As Long, _
ByVal lpszConnectoid As String, _
ByVal dwFlags As Long, _
dwConnection As Long, _
ByVal dwReserved As Long) _
As Long
It makes basically the same job, so what's the difference between Wininet.dll and Rasapi32.dll dialup functions?