I am trying to get below working C++ DLL code in C# using Marshal. It has two structures which are passed as pointer parameters in the API which is exported, but the structure response values it is giving out in C# is not in correct sequence. Whereas it is working fine in VC++.I am trying to get below working C++ DLL code i