Microsoft DirectX 9.0

CEnumPins::CEnumPins

Constructor method.

Syntax

CEnumPins(
    CBaseFilter *pFilter,
    CEnumPins *pEnumPins
);

Parameters

pFilter

Pointer to the filter on which to enumerate the pins.

pEnumPins

Pointer to the IEnumPins interface of an enumerator to clone, or NULL.

Remarks

If pEnumPins is NULL, this method initializes the enumerator to the beginning of the enumeration sequence. Otherwise, it duplicates the internal state of the enumerator specified by pEnumPins.

See Also