Microsoft DirectX 9.0

CBaseInputPin::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.

See Also