Commit 496d487c authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix an idl string type.

parent f1d4ab32
...@@ -266,7 +266,7 @@ interface IFilterMapper2 : IUnknown ...@@ -266,7 +266,7 @@ interface IFilterMapper2 : IUnknown
HRESULT UnregisterFilter HRESULT UnregisterFilter
( [in] const CLSID *pclsidCategory, ( [in] const CLSID *pclsidCategory,
[in] const OLECHAR *szInstance, [in] LPCOLESTR szInstance,
[in] REFCLSID Filter [in] REFCLSID Filter
); );
...@@ -275,7 +275,7 @@ interface IFilterMapper2 : IUnknown ...@@ -275,7 +275,7 @@ interface IFilterMapper2 : IUnknown
[in] LPCWSTR Name, [in] LPCWSTR Name,
[in, out] IMoniker **ppMoniker, [in, out] IMoniker **ppMoniker,
[in] const CLSID *pclsidCategory, [in] const CLSID *pclsidCategory,
[in] const OLECHAR *szInstance, [in] LPCOLESTR szInstance,
[in] const REGFILTER2 *prf2 [in] const REGFILTER2 *prf2
); );
......
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