LhBarrierGetCallback() private method

private LhBarrierGetCallback ( IntPtr &OutValue ) : Int32
OutValue System.IntPtr
return System.Int32
Beispiel #1
0
 public static void LhBarrierGetCallback(out IntPtr OutValue)
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhBarrierGetCallback(out OutValue));
     }
     else
     {
         Force(NativeAPI_x86.LhBarrierGetCallback(out OutValue));
     }
 }