How to marshall data type unsigned char** in C#?

Posted by MartyIX on Stack Overflow See other posts from Stack Overflow or by MartyIX
Published on 2010-06-18T08:02:30Z Indexed on 2010/06/18 8:03 UTC
Read the original article Hit count: 583

Filed under:
|
|

Hello,

I'm trying to marshall unsigned char** (which is in a C++ interface) in order to call the method from C#.

How can this be done? Is there a list where are C++ data types and C# data types?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++