Ejemplo n.º 1
0
 public static int bufgrow(IntPtr buf, IntPtr size)
 {
     return(Is64 ? NativeMethods64.bufgrow(buf, size) : NativeMethods32.bufgrow(buf, size));
 }