I am connecting to my VPN using
RasSetEntryPropertiesto create a new phone book entry,RasSetCredentialsto add credentials to this phone book entry,RasGetEntryDialParamsto get parameters for RasDial,- and
RasDialto eventually establish a new connection.
After a bit of hassle, everything now works like a charm. The only drawback is that so far, as I described above, I'm trying to connect to my VPN, as was the case with Windows Seven. How can I prevent this programmatically?
source
share