Ejemplo n.º 1
0
 public static int DetourBarrierGetCallback(out IntPtr returnValue)
 {
     if (Is64Bit)
     {
         return(NativeApi64.DetourBarrierGetCallback(out returnValue));
     }
     else
     {
         return(NativeApi32.DetourBarrierGetCallback(out returnValue));
     }
 }