We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CsWin32 cannot generate the const MF_VERSION.
MF_VERSION is declared in PInvoke.
MF_VERSION
PInvoke
NativeMethods.txt
NativeMethods.json content (if present):
NativeMethods.json
Any of your own code that should be shared?
0.2.164-beta
LangVersion
The text was updated successfully, but these errors were encountered:
Is public const uint MF_VERSION = 131184u; the correct value?
public const uint MF_VERSION = 131184u;
I defined it as public const uint MF_VERSION = (MF_SDK_VERSION << 16 | MF_API_VERSION); and the above is what's showing in the metadata.
public const uint MF_VERSION = (MF_SDK_VERSION << 16 | MF_API_VERSION);
Sorry, something went wrong.
@mikebattista Can confirm. Holds true for 22621 SDK too.
11a83e3
mikebattista
No branches or pull requests
Actual behavior
CsWin32 cannot generate the const MF_VERSION.
Expected behavior
MF_VERSION
is declared inPInvoke
.Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):Any of your own code that should be shared?
Context
0.2.164-beta
LangVersion
(if explicitly set by project):The text was updated successfully, but these errors were encountered: