Exemple #1
0
 public static void bufput(IntPtr buf, IntPtr buffer, IntPtr size)
 {
     if (Is64)
     {
         NativeMethods64.bufput(buf, buffer, size);
     }
     else
     {
         NativeMethods32.bufput(buf, buffer, size);
     }
 }