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

Missing Privilege constants #610

Closed
skystedt opened this issue Aug 14, 2021 · 2 comments
Closed

Missing Privilege constants #610

skystedt opened this issue Aug 14, 2021 · 2 comments
Assignees
Labels
missing api Some documented API is missing from the metadata

Comments

@skystedt
Copy link

The Privilege constants seems to be missing, for example: SE_DEBUG_NAME

NativeMethods.txt: warning PInvoke001: Method or type "SE_DEBUG_NAME" not found.

https://docs.microsoft.com/en-us/windows/win32/secauthz/privilege-constants#constants

@mikebattista mikebattista self-assigned this Aug 16, 2021
@mikebattista mikebattista added the missing api Some documented API is missing from the metadata label Aug 16, 2021
@mikebattista
Copy link
Contributor

The fix will be similar to #587. String constants are missing.

@sotteson1
Copy link
Contributor

Fixed with the latest commit.

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