Creating RAS Entry

  • Thread starter Thread starter Prashant Bhure
  • Start date Start date
P

Prashant Bhure

Hi All,

I am developing a project on CE 5.0 platform and I want to create a RAS
Entry for
establishing a connection via dialup connetion. I have a code to dial the
exiting entry but not able to create new entry programatically. Does anybody
have idea how to create new RASEntry. Please help.
Thank you

Prashant
 
You'll need to P/Invoke the RasSetEntryProperties function. You'll also need
to define the RASENTRY structure. Both should be reasonably straight-forward
if you already have experience of P/Invoking other RAS functions.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top