Tagged Questions
1
vote
1answer
530 views
C# P/Invoke: How to achieve double indirection for a field of a structured parameter
I am calling into a native dll from C#. For the specific function in question, one of the parameters I need is a structure which contains a doubly-indirect field (pointer to a pointer).
For example, ...