Share via


CBaseOutputPin::Inactive

 
Microsoft DirectShow 9.0

CBaseOutputPin::Inactive

The Inactive method notifies the pin that the filter is no longer active.

Syntax

  HRESULT Inactive(void);

Return Value

Returns an HRESULT value. Possible values include those listed in the following table.

Value Description
S_OK Success.
VFW_E_NO_ALLOCATOR No memory allocator is available.

Remarks

This method overrides the CBasePin::Inactive method. It calls the IMemAllocator::Decommit method to decommit the memory allocator.

If you override this method, call the base-class method from your overriding method.

Requirements

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

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

See Also