mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[PSDK] Update wincodec.idl. CORE-15682
This commit is contained in:
parent
d9bd8eaba3
commit
a587a0e68e
1 changed files with 12 additions and 1 deletions
|
@ -859,7 +859,9 @@ interface IWICFastMetadataEncoder : IUnknown
|
||||||
[out] IWICMetadataQueryWriter **ppIMetadataQueryWriter);
|
[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);")
|
||||||
|
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory1, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);")
|
||||||
|
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory2, 0x317d06e8,0x5f24,0x433d,0xbd,0xf7,0x79,0xce,0x68,0xd8,0xab,0xc2);")
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
|
@ -987,6 +989,15 @@ interface IWICImagingFactory : IUnknown
|
||||||
[out] IWICMetadataQueryWriter **ppIQueryWriter);
|
[out] IWICMetadataQueryWriter **ppIQueryWriter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(7b816b45-1996-4476-b132-de9e247c8af0),
|
||||||
|
local
|
||||||
|
]
|
||||||
|
interface IWICImagingFactory2 : IWICImagingFactory
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
local,
|
local,
|
||||||
object,
|
object,
|
||||||
|
|
Loading…
Reference in a new issue