public static void LhUninstallHook(IntPtr RefHandle) { if (Is64Bit) { Force(NativeAPI_x64.LhUninstallHook(RefHandle)); } else { Force(NativeAPI_x86.LhUninstallHook(RefHandle)); } }