How to marshall data type unsigned char** in C#?
- by MartyIX
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!