A
Alex Feinman [MVP]
Nothing. You cannot directly marshal CString to managed code.
You need to write a C++ wrapper that would receive CString and copy it ito
a managed buffer (StringBuilder, declared downstream as LPTSTR)
You need to write a C++ wrapper that would receive CString and copy it ito
a managed buffer (StringBuilder, declared downstream as LPTSTR)