G
Guest
I have a legacy dll that has an important function that takes a
CArray<WORD,WORD>& as it's only parameter.
The dll is used by a number of internal applications and so can't be
changed. I am attempting to write a C# wrapper for this, so my team can begin
to port our applications to .Net.
I need to know how to pass a .net type by ref into this function to get the
array back.
CArray<WORD,WORD>& as it's only parameter.
The dll is used by a number of internal applications and so can't be
changed. I am attempting to write a C# wrapper for this, so my team can begin
to port our applications to .Net.
I need to know how to pass a .net type by ref into this function to get the
array back.