Bagikan melalui


CRenderedInputPin::Active

 
Microsoft DirectShow 9.0

CRenderedInputPin::Active

The Active method notifies the pin that the filter is now active. This method overrides the CBasePin::Active method.

Syntax

  HRESULT Active(void);

Return Value

Returns S_OK if successful, or an error code otherwise.

Requirements

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

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

See Also