Share via


CBaseFilter::QueryFilterInfo (Windows CE 5.0)

Send Feedback

Retrieves information about the filter.

HRESULT QueryFilterInfo(FILTER_INFO* pInfo);

Parameters

Return Values

Returns an HRESULT value.

Remarks

This member function implements the IBaseFilter::QueryFilterInfo method.

It copies the filter's name from m_pName, and copies the pointer to the filter graph interface from m_pGraph into the FILTER_INFO structure before returning.

The IFilterGraph interface passed out by this member function is reference counted, and so must be released when the caller has finished with it.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 3.0 and later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.