Microsoft DirectX 9.0 |
The get_RegFilterCollection method retrieves a collection of all the filters listed in the registry.
This method is intended for use by Visual Basic applications. It is documented for Visual Basic as the FilgraphManager.RegFilterCollection property. C++ applications should use the IFilterMapper2::EnumMatchingFilters method instead.
Syntax
HRESULT get_RegFilterCollection(
IDispatch **ppUnk
);
See Also