include: Add definition for IWICFastMetadataEncoder.
This commit is contained in:
parent
0454e046c2
commit
53a0bbbbf5
|
@ -198,7 +198,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
|
||||||
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
|
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
|
||||||
|
|
||||||
interface IWICPalette;
|
interface IWICPalette;
|
||||||
interface IWICFastMetadataEncoder;
|
|
||||||
interface IWICMetadataQueryReader;
|
interface IWICMetadataQueryReader;
|
||||||
interface IWICMetadataQueryWriter;
|
interface IWICMetadataQueryWriter;
|
||||||
|
|
||||||
|
@ -724,6 +723,18 @@ interface IWICColorTransform : IWICBitmapSource
|
||||||
[in] REFWICPixelFormatGUID pixelFmtDest);
|
[in] REFWICPixelFormatGUID pixelFmtDest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(b84e2c09-78c9-4ac4-8bd3-524ae1663a2f)
|
||||||
|
]
|
||||||
|
interface IWICFastMetadataEncoder : IUnknown
|
||||||
|
{
|
||||||
|
HRESULT Commit();
|
||||||
|
|
||||||
|
HRESULT GetMetadataQueryWriter(
|
||||||
|
[out] IWICMetadataQueryWriter **ppIMetadataQueryWriter);
|
||||||
|
}
|
||||||
|
|
||||||
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);")
|
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);")
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue