2
Answers

How to void** function_name in C#...?

Arijeet Ghosh

Arijeet Ghosh

4y
894
1
A function mentioned in C++ as void**  function_name(int* ptr). How would you call it in C# with DllImport....?
 Is it IntPtr ref function_name(IntPtr ptr)...or.....smething else...?
Answers (2)