CBaseOutputPin::Inactive (Compact 2013)

3/26/2014

Called by the CBaseFilter implementation when the state changes from paused or running to stopped.

Syntax

HRESULT Inactive(void);

Parameters

None.

Return Value

Returns VFW_E_NO_ALLOCATOR if there is no allocator; otherwise, returns the value from calling the IMemAllocator::Decommit method.

Remarks

This member function calls IMemAllocator::Decommit to decommit memory before becoming inactive.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseOutputPin Class