Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call SymSetParentWindow to ensure modal UI #131

Merged
merged 1 commit into from
Jun 22, 2024

Call SymSetParentWindow to ensure modal UI

a8f2f58
Select commit
Loading
Failed to load commit list.
Merged

Call SymSetParentWindow to ensure modal UI #131

Call SymSetParentWindow to ensure modal UI
a8f2f58
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jun 22, 2024 in 3s

1 configuration not found

Warning: Code scanning cannot determine the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

View all branch alerts.

Annotations

Check notice on line 26 in Engine/SymSrvHelpers.cs

See this annotation in the file changed.

Code scanning / CodeQL

Calls to unmanaged code Note

Replace this call with a call to managed code if possible.

Check notice on line 66 in Engine/SafeNativeMethods.cs

See this annotation in the file changed.

Code scanning / CodeQL

Unmanaged code Note

Minimise the use of unmanaged code.