Microsoft DirectX 9.0 |
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 Value
Returns one of the following HRESULT values.
Value | Description |
E_POINTER | Null pointer argument. |
S_OK | Success. |
VFW_E_NOT_IN_GRAPH | The filter is not in the graph. |
See Also