IMediaControl::get_RegFilterCollection

 
Microsoft DirectShow 9.0

IMediaControl::get_RegFilterCollection

The get_RegFilterCollection method retrieves a collection of all the filters listed in the registry.

This method is intended for use by Visual Basic 6.0 applications. It is documented for Visual Basic 6.0 as the FilgraphManager.RegFilterCollection property. C++ applications should use the IFilterMapper2::EnumMatchingFilters method instead.

Syntax

  HRESULT get_RegFilterCollection(
  IDispatch **ppUnk
);

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also