My C# application makes calls to functions from a .dll written in C++. E.g., consider the following code snippet:
IntPtr request = RLibPINVOKE.new_Request(); Hand