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

Change GetCurrentTarget and GetService ret type from HResult to int #3103

Closed
wants to merge 1 commit into from

Conversation

t-mustafin
Copy link

Returning managed HResult {struct int} to native breaks diagnostics on x86 Linux.

Issue #3101

Returning managed HResult {struct int} to native breaks diagnostics on x86 Linux.
@t-mustafin t-mustafin requested a review from a team as a code owner June 3, 2022 08:53
@t-mustafin t-mustafin marked this pull request as draft June 3, 2022 15:29
@t-mustafin
Copy link
Author

Actually it is not all necessary changes, so I marked it as draft.

@mikem8361
Copy link
Member

Yes, HResult is returned from quite a few pinvoke and reverse pinvoke delegates (HostServices.cs, DebuggerServices.cs, etc.). I created issue #3101 to track this.

@mikem8361 mikem8361 closed this Jun 16, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants