public static void LhGetHookBypassAddress(IntPtr handle, out IntPtr address) { if (Is64Bit) { Force(NativeAPI_x64.LhGetHookBypassAddress(handle, out address)); } else { Force(NativeAPI_x86.LhGetHookBypassAddress(handle, out address)); } }