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

EXCEPINFO has field with bad type (10 pointers!) #332

Closed
AArnott opened this issue Mar 10, 2021 · 1 comment
Closed

EXCEPINFO has field with bad type (10 pointers!) #332

AArnott opened this issue Mar 10, 2021 · 1 comment
Labels
broken api An API is inaccurate and could lead to runtime failure

Comments

@AArnott
Copy link
Member

AArnott commented Mar 10, 2021

The EXCEPINFO struct includes this field:

ULONG_PTR pfnDeferredFillIn;

But the metadata (as of 10.0.19041.5-preview.27) for this field is:

	.field public valuetype [Windows.Win32.winmd]Windows.Win32.Com.HRESULT********** pfnDeferredFillIn

Where in the world did that come from?

@AArnott AArnott added the broken api An API is inaccurate and could lead to runtime failure label Mar 10, 2021
@sotteson1
Copy link
Contributor

From a bug. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken api An API is inaccurate and could lead to runtime failure
Projects
None yet
Development

No branches or pull requests

2 participants