include: Fix an idl string type.

This commit is contained in:
Alexandre Julliard 2009-09-11 13:39:32 +02:00
parent f1d4ab3224
commit 496d487c09
1 changed files with 2 additions and 2 deletions

View File

@ -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
[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
); );