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
IPropertyBag2
This is a follow-up to #1674.
It seems that we still need to introduce the support for IPropertyBag2, tagPROPVARIANT and tagPROPBAG2, otherwise it can be hard to use. For example, https://learn.microsoft.com/en-us/windows/win32/wic/-wic-creating-encoder#tiff-encoding-example
tagPROPVARIANT
tagPROPBAG2
Those types are located in oaidl.h and ocidl.h.
Is there any way to only include the types we actually need without introducing the whole bunch of unnecessary dependencies?
Originally posted by @hez2010 in #1674 (comment)
The text was updated successfully, but these errors were encountered:
You could add these headers and exclude everything but these types, but really we need support for that in the generator.
Happy for whatever is practicable here.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is a follow-up to #1674.
It seems that we still need to introduce the support for
IPropertyBag2
,tagPROPVARIANT
andtagPROPBAG2
, otherwise it can be hard to use. For example, https://learn.microsoft.com/en-us/windows/win32/wic/-wic-creating-encoder#tiff-encoding-exampleThose types are located in oaidl.h and ocidl.h.
Is there any way to only include the types we actually need without introducing the whole bunch of unnecessary dependencies?
Originally posted by @hez2010 in #1674 (comment)
The text was updated successfully, but these errors were encountered: