コード例 #1
0
 public static void Ch7ModifyCh7StructArray()
 {
     var  value = new Ch7StructArray();
     bool ret   = Ch7Native.Ch7ModifyCh7StructArray(value);
 }
コード例 #2
0
 public static extern bool Ch7ModifyCh7StructArray([In, Out] Ch7StructArray value);