+cpp_quote ("typedef interface ID2D1Device ID2D1Device;") +cpp_quote ("typedef interface ID2D1Image ID2D1Image;")
That's odd, why is this in wincodec.idl?
Hi Vincent,
+cpp_quote ("typedef interface ID2D1Device ID2D1Device;") +cpp_quote ("typedef interface ID2D1Image ID2D1Image;")
That's odd, why is this in wincodec.idl?
These two interfaces aren't declared in any IDL, so they need to be forward declared. They are a requirement for the IWICImagingFactory2 and IWICImageEncoder interfaces.
Best Regards Alistair Leslie-Hughes