LhBarrierBeginStackTrace() private method

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