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?
Im already converted "RasEnumEntries" and it works now with VPN connections with unicode characters in the name:
Image may be NSFW.
Clik here to view.
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:
Image may be NSFW.
Clik here to view.
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.
i need to to convert the following RAS APIs from ANSI (A) to the Unicode (W) version:
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:
Image may be NSFW.
Clik here to view.

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:
Image may be NSFW.
Clik here to view.

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.