include: Fix an idl string type.
This commit is contained in:
parent
f1d4ab3224
commit
496d487c09
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue