示例#1
0
 public static void Ch7ModifyCh7StringPtr()
 {
     var  value = new Ch7StringPtr();
     bool ret   = Ch7Native.Ch7ModifyCh7StringPtr(value);
 }
示例#2
0
 public static extern bool Ch7ModifyCh7StringPtr([In, Out] Ch7StringPtr value);