Microsoft DirectX 9.0

CBaseFilter::IncrementPinVersion

The IncremementPinVersion method increments the version number on the set of pins.

Syntax

void IncrementPinVersion(void);

Remarks

This method increments the CBaseFilter::m_PinVersion member variable. If the filter dynamically creates or destroys pins, call this method whenever the pins change.

See Also