Hi,
I would like to know if there is any API for programmatically creating
an “Incoming Connection” over a virtual COM port.
Basically this can be done manually by the user through the Network
Connection wizard by selecting “Accept Incoming Connections”. This
creates a PPP link over serial so that any external device can access
the internet through the host m/c.
Let me know.
Thanks in advance.
Look at RasXxx remote access APIs.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Uma Devi Gouru”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Thursday, January 29, 2004 4:37 AM
Subject: [ntdev] Api for creating “Incoming Connection”
> Hi,
>
> I would like to know if there is any API for programmatically creating
> an “Incoming Connection” over a virtual COM port.
>
> Basically this can be done manually by the user through the Network
> Connection wizard by selecting “Accept Incoming Connections”. This
> creates a PPP link over serial so that any external device can access
> the internet through the host m/c.
>
> Let me know.
>
> Thanks in advance.
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
It seems RAS api can be used to create client applications. It is mentioned
in msdn docs:
The Remote Access Service is applicable in any computing environment that
uses a Wide Area Network (WAN) link or a Virtual Private Network (VPN).
I am basically looking to create an “Incoming Connection to the PC” but not
outgoing over a virtual COM port programmatically instead of going through
the Network Connection wizard. My USB device should be able to get a PPP
connection through my desktop and be able to access the internet.
Thanks.
“Maxim S. Shatskih” wrote:
Look at RasXxx remote access APIs.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Uma Devi Gouru”
> Newsgroups: ntdev
> To: “Windows System Software Devs Interest List”
> Sent: Thursday, January 29, 2004 4:37 AM
> Subject: [ntdev] Api for creating “Incoming Connection”
>
> > Hi,
> >
> > I would like to know if there is any API for programmatically creating
> > an “Incoming Connection” over a virtual COM port.
> >
> > Basically this can be done manually by the user through the Network
> > Connection wizard by selecting “Accept Incoming Connections”. This
> > creates a PPP link over serial so that any external device can access
> > the internet through the host m/c.
> >
> > Let me know.
> >
> > Thanks in advance.
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com