¡@

Home 

c++ Programming Glossary: strin

C++ dll and C# call

http://stackoverflow.com/questions/7872392/c-dll-and-c-sharp-call

a COM interface's function Its signature BOOL func LPWSTR strIn __out LPWSTR strOut initcom do something release pointers In.. In C# DllImport funcdll.dll static extern bool func String strIn ref String strOut use it for int i 0 i 10 i if func strin strout.. Your current C function declaration is so BOOL func LPWSTR strIn __out LPWSTR strOut The __out decorator has no real effect other..