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

Please add extsfns.h #468

Closed
dpaoliello opened this issue May 10, 2021 · 4 comments
Closed

Please add extsfns.h #468

dpaoliello opened this issue May 10, 2021 · 4 comments
Assignees
Labels
missing api Some documented API is missing from the metadata

Comments

@dpaoliello
Copy link
Contributor

Related to adding debugger support (#462), please add extsfns.h: https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/extsfns/

This header allows a debugger extension to hook into the !analyze debugger extension.

@mikebattista mikebattista added the missing api Some documented API is missing from the metadata label May 11, 2021
@mikebattista
Copy link
Contributor

Do you know what kit this comes from today? I don't see it in the SDK.

@dpaoliello
Copy link
Contributor Author

Do you know what kit this comes from today? I don't see it in the SDK.

It comes with the Debuggers in the Windows SDK (on my local machine it's located at "C:\Program Files (x86)\Windows Kits\10\debuggers\inc\extsfns.h")

@mikebattista
Copy link
Contributor

Ah. Thanks. I was looking under "Include" where everything else is including the other debugging related headers I added. Those seem to be duplicated in both places but extsfns.h is only under Debuggers.

@mikebattista
Copy link
Contributor

@sotteson1 can we include this extsfns.h in our C++ SDK NuGet packages?

This is an outlier in that it's in the Debuggers folder not the Include folder so is not included in those packages today. We'd need to include this in the SDK packages before we can incorporate into the metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing api Some documented API is missing from the metadata
Projects
None yet
Development

No branches or pull requests

3 participants