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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

The CLSCTX enum is missing CLSCTX_ALL #203

Closed
kennykerr opened this issue Feb 1, 2021 · 1 comment
Closed

The CLSCTX enum is missing CLSCTX_ALL #203

kennykerr opened this issue Feb 1, 2021 · 1 comment
Labels
missing api Some documented API is missing from the metadata missing enum An enum is missing for constant parameters

Comments

@kennykerr
Copy link
Contributor

Note this is a specific set of flags (not necessarily all of them). 馃槈

@kennykerr kennykerr added the missing api Some documented API is missing from the metadata label Feb 1, 2021
@mikebattista mikebattista added the missing enum An enum is missing for constant parameters label Feb 1, 2021
@sotteson1
Copy link
Contributor

Hmm, this is a #define in combaseapi.h instead of a value on the enum. I could implement this as a constant, but it probably does belong on the enum. I don't yet have a way to inject enum values that aren't scraped from an original enum definition, so I'll need to add a way to do this, or I can exclude this one from being scraped and define the whole thing manually.

marler8997 added a commit to marlersoft/zigwin32gen that referenced this issue Feb 10, 2021
Workaround missing CLSCTX_ALL enum value, see microsoft/win32metadata#203
sotteson1 pushed a commit that referenced this issue Mar 27, 2021
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 missing enum An enum is missing for constant parameters
Projects
None yet
Development

No branches or pull requests

3 participants