LhWaitForPendingRemovals() private method

private LhWaitForPendingRemovals ( ) : Int32
return System.Int32
コード例 #1
0
ファイル: DllImport.cs プロジェクト: rhmoult/EasyHook
 public static void LhWaitForPendingRemovals()
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhWaitForPendingRemovals());
     }
     else
     {
         Force(NativeAPI_x86.LhWaitForPendingRemovals());
     }
 }