¡@

Home 

c++ Programming Glossary: strout

C++ dll and C# call

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

function Its signature BOOL func LPWSTR strIn __out LPWSTR strOut initcom do something release pointers 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 do something.. declaration is so BOOL func LPWSTR strIn __out LPWSTR strOut The __out decorator has no real effect other than documenting..