Microsoft DirectX 8.1 (C++)

IFilterInfo::get_Pins

The get_Pins method retrieves an IAMCollection interface pointer, which provides access to the IPinInfo interface for the pins on this filter.

Syntax

HRESULT get_Pins(
  IDispatch **ppUnk
);

Parameters

ppUnk

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

Return Value

Returns an HRESULT value.

Remarks

This method is exposed for use by Automation clients and is not expected to be used by C or C++ applications because of performance limitations. Visual Basic applications can enumerate the IPinInfo interfaces in the returned IAMCollection object by using the For Each ...Next syntax.

See Also