Microsoft Windows CE 3.0  

CBaseVideoRenderer::JoinFilterGraph

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.

Sends EC_WINDOW_DESTROYEDevent notification when a filter is removed from the filter graph.

HRESULT JoinFilterGraph(
IBaseFilterGraph *
pGraph, 
LPCWSTR
pName
);

Parameters

pGraph
Pointer to the filter graph to join.
pName
[in, string] Name of the filter being added.

Return Values

No return value.

Remarks

This member function overrides the CBaseFilter::JoinFilterGraphmember function. If this function determines that the filter is being notified that it is leaving the filter graph ( pGraphis null, but m_pGraphis not), it sends an EC_WINDOW_DESTROYEDevent notification so that the resource manager does not hold on to the renderer as a focus object.