Microsoft DirectX 8.1 (C++)

IPinInfo::get_FilterInfo

The get_FilterInfo method retrieves the IFilterInfo interface for the filter to which this pin belongs.

Syntax

HRESULT get_FilterInfo(
  IDispatch **ppUnk
);

Parameters

ppUnk

[out, retval] Address of a pointer to the retrieved IFilterInfo interface.

Return Value

Returns an HRESULT value.

See Also