Microsoft DirectX 9.0

IFilterInfo.Pins

The Pins property retrieves a collection of all the pins on this filter.

Syntax

objFilterInfo.Pins As IAMCollection

Parameters

This property takes no parameters.

Return Values

Returns an IAMCollection object that contains zero or more IPinInfo objects. Each IPinInfo object represents one pin on the filter.

Remarks

This property is read-only. 

See Also