Microsoft Windows CE 3.0  

CBaseOutputPin::Inactive

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Called by the CBaseFilterimplementation when the state changes from either paused or running to stopped.

HRESULT Inactive(void);

Return Values

Returns VFW_E_NO_ALLOCATORif there is no allocator; otherwise, returns the value from calling the IMemAllocator::Decommitmethod.

Remarks

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