Skip to content
Snippets Groups Projects
Commit 8a68deec authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard
Browse files

include/wincodecsdk.idl: Fix typo.

parent f63bbcf6
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ interface IWICMetadataReader : IUnknown
HRESULT GetValue(
[in] const PROPVARIANT *pvarSchema,
[in] const PROPVARIANT *pvarId,
[in, out, unique] const PROPVARIANT *pvarValue);
[in, out, unique] PROPVARIANT *pvarValue);
HRESULT GetEnumerator(
[out] IWICEnumMetadataItem **ppIEnumMetadata);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment