Re: Managing several internet connection via modem
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Mon, 5 Sep 2005 20:32:46 -0400
"vic" <vic@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AD115EF8-B68D-4B6A-A33A-A6854114178A@xxxxxxxxxxxxxxxx
> I use RasDial() function to do the dial Up but my problem is I can not
> find
> the relation between the InternetDial and the InternetOpen/InternetConnect
> for specifing the network connection..., that is, the connection ID to use
> for making the FTP or HTTP service.
RasDial() and InternetDial() take the same "connectoid name" (dial up
connection name) to make the call to the remote modem.
InternetOpen() returns a handle and it is that handle that is passed as the
first parameter to InternetConnect().
Regards,
Will
.
- Follow-Ups:
- References:
- Prev by Date: Re: URLDownloadToFile
- Next by Date: Re: MsgWaitForMultipleObjects
- Previous by thread: Managing several internet connection via modem
- Next by thread: Re: Managing several internet connection via modem
- Index(es):
Relevant Pages
|