IGraphConfig::GetFilterFlags
Microsoft DirectShow 9.0 |
IGraphConfig::GetFilterFlags
The GetFilterFlags method retrieves a filter's configuration information.
Syntax
HRESULT GetFilterFlags( IBaseFilter *pFilter, DWORD *pdwFlags );
Parameters
pFilter
[in] Pointer to a filter in the filter graph.
pdwFlags
[out] Pointer to a variable of type DWORD that receives the current configuration flags.
Return Values
Returns one of the following HRESULT values.
Return code | Description |
E_POINTER | Null pointer argument. |
S_OK | Success. |
VFW_E_NOT_IN_GRAPH | The filter is not in the graph. |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also