Commit f5a8d96d authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

include: Add definition for IWICMetadataQueryWriter.

parent add681ec
......@@ -198,7 +198,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
interface IWICPalette;
interface IWICMetadataQueryWriter;
[
object,
......@@ -412,6 +411,20 @@ interface IWICMetadataQueryReader : IUnknown
[
object,
uuid(a721791a-0def-4d06-bd91-2118bf1db10b)
]
interface IWICMetadataQueryWriter : IWICMetadataQueryReader
{
HRESULT SetMetadataByName(
[in] LPCWSTR wzName,
[in] const PROPVARIANT *pvarValue);
HRESULT RemoveMetadataByName(
[in] LPCWSTR wzName);
}
[
object,
uuid(3b16811b-6a43-4ec9-a813-3d930c13b940)
]
interface IWICBitmapFrameDecode : IWICBitmapSource
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment