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