2
votes
p/invoke C function that returns pointer to a struct
Caveat: this will only work if the pointer returned is to memory already managed by the CLR
I believe what you are looking for is
// C# import
[DllImport("M …
