R
Rich
I need to pass an array from C# to a managed C++ function (that will
in turn call unmanaged C code). My knowledge of managed C++ syntax is
limited (obviously). This needs to be a reference parameter so the
function can change the contents of the array and give it back to the
caller.
How should I declare this array parameter in the managed C++ function?
in turn call unmanaged C code). My knowledge of managed C++ syntax is
limited (obviously). This needs to be a reference parameter so the
function can change the contents of the array and give it back to the
caller.
How should I declare this array parameter in the managed C++ function?