Hello to all developer,
I'm new in visual c++ programming and sorry for my english, it's not my first language.

I have to call an external Delphi DLL inside a Visual c++ application.
The DLL has one parameter of type PWideString. This is a pointer to a Unicode string.
My question is: witch corresponding type can I use in Visual c++ ?

Thanks in advance

Roverix