LhBarrierGetCallingModule() private method

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