y del lado de C# hago la importación de la función de C++
Código C:
Ver original[DllImport("MalHostNative.dll")]
public extern static void GetNetxInfo(IntPtr source, int indice, out ulong pid, out IntPtr filename,
out IntPtr pathname, out string protocol, out string state,
out string srcip, out int srcport, out string destip,
out int destport);