Example #1
0
 public static void LhBarrierGetReturnAddress(out IntPtr OutValue)
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhBarrierGetReturnAddress(out OutValue));
     }
     else
     {
         Force(NativeAPI_x86.LhBarrierGetReturnAddress(out OutValue));
     }
 }