예제 #1
0
 public static IntPtr bufnewcb(IntPtr size, IntPtr malloc, IntPtr realloc, IntPtr free)
 {
     if (Is64)
     {
         return(NativeMethods64.bufnewcb(size, malloc, realloc, free));
     }
     return(NativeMethods32.bufnewcb(size, malloc, realloc, free));
 }