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
 
Back
Top