Microsoft DirectX 8.1 (C++)

IRegFilterInfo::Filter

The Filter method creates an instance of this filter and adds it to the filter graph.

Syntax

HRESULT Filter(
  IDispatch **ppUnk
);

Parameters

ppUnk

[out] Address of a pointer to the IFilterInfo interface for the added filter.

Return Value

Returns an HRESULT value.

Remarks

Use the IRegFilterInfo::get_Name method to find the filter by comparing names in a collection of IRegFilterInfo interfaces.

See Also