Exemplo n.º 1
0
 public static void Ch7ModifyCh7StructArray()
 {
     var  value = new Ch7StructArray();
     bool ret   = Ch7Native.Ch7ModifyCh7StructArray(value);
 }
Exemplo n.º 2
0
 public static extern bool Ch7ModifyCh7StructArray([In, Out] Ch7StructArray value);