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...?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Jul 8, 2020, 5:13 AM
Arijeet GhoshPosted Jul 8, 2020, 10:31 AM