CBaseFilter::IncrementPinVersion

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also