|
HRESULT | CreateCategory ([in] REFCLSID clsidCategory, [in] DWORD dwCategoryMerit, [in] LPCWSTR Description) |
|
HRESULT | UnregisterFilter ([in] const CLSID *pclsidCategory, [in] LPCOLESTR szInstance, [in] REFCLSID Filter) |
|
HRESULT | RegisterFilter ([in] REFCLSID clsidFilter, [in] LPCWSTR Name, [in, out] IMoniker **ppMoniker, [in] const CLSID *pclsidCategory, [in] LPCOLESTR szInstance, [in] const REGFILTER2 *prf2) |
|
HRESULT | EnumMatchingFilters ([out] IEnumMoniker **ppEnum, [in] DWORD dwFlags, [in] BOOL bExactMatch, [in] DWORD dwMerit, [in] BOOL bInputNeeded, [in] DWORD cInputTypes, [size_is(cInputTypes *2)] const GUID *pInputTypes, [in] const REGPINMEDIUM *pMedIn, [in] const CLSID *pPinCategoryIn, [in] BOOL bRender, [in] BOOL bOutputNeeded, [in] DWORD cOutputTypes, [size_is(cOutputTypes *2)] const GUID *pOutputTypes, [in] const REGPINMEDIUM *pMedOut, [in] const CLSID *pPinCategoryOut) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 266 of file axextend.idl.
◆ CreateCategory()
◆ EnumMatchingFilters()
HRESULT IFilterMapper2::EnumMatchingFilters |
( |
[out] IEnumMoniker ** |
ppEnum, |
|
|
[in] DWORD |
dwFlags, |
|
|
[in] BOOL |
bExactMatch, |
|
|
[in] DWORD |
dwMerit, |
|
|
[in] BOOL |
bInputNeeded, |
|
|
[in] DWORD |
cInputTypes, |
|
|
[size_is(cInputTypes *2)] const GUID * |
pInputTypes, |
|
|
[in] const REGPINMEDIUM * |
pMedIn, |
|
|
[in] const CLSID * |
pPinCategoryIn, |
|
|
[in] BOOL |
bRender, |
|
|
[in] BOOL |
bOutputNeeded, |
|
|
[in] DWORD |
cOutputTypes, |
|
|
[size_is(cOutputTypes *2)] const GUID * |
pOutputTypes, |
|
|
[in] const REGPINMEDIUM * |
pMedOut, |
|
|
[in] const CLSID * |
pPinCategoryOut |
|
) |
| |
◆ RegisterFilter()
◆ UnregisterFilter()
HRESULT IFilterMapper2::UnregisterFilter |
( |
[in] const CLSID * |
pclsidCategory, |
|
|
[in] LPCOLESTR |
szInstance, |
|
|
[in] REFCLSID |
Filter |
|
) |
| |
The documentation for this interface was generated from the following file: