hi,
i need to to convert the following RAS APIs from ANSI (A) to the Unicode (W) version:
Does anyone already converted these APIs to Unicode?Code:RasEnumEntries (done!) RasEnumConnections (done!) RasDial RasGetEntryDialParams (not needed anymore) RasHangUp (done!)
Im already converted "RasEnumEntries" and it works now with VPN connections with unicode characters in the name:
I also converted "RasEnumConnections" and "RasHangUp" to close a connection.
Now i need some help with "RasDial"...
I have attached a example project to play around with the APIs & declarations:
The "ANSI"-buttons are using the ANSI version of the APIs and they are all working.
You can connect/disonnect and check the status of a connection.
The "UNICODE"-buttons are using the UNICODE version of the APIs.




Reply With Quote
