LhBarrierGetReturnAddress() private méthode

private LhBarrierGetReturnAddress ( IntPtr &OutValue ) : Int32
OutValue System.IntPtr
Résultat System.Int32
Exemple #1
0
 public static void LhBarrierGetReturnAddress(out IntPtr OutValue)
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhBarrierGetReturnAddress(out OutValue));
     }
     else
     {
         Force(NativeAPI_x86.LhBarrierGetReturnAddress(out OutValue));
     }
 }