Microsoft DirectX 9.0 |
The RemoveFilterFromCache method removes a filter from the filter cache.
Syntax
HRESULT RemoveFilterFromCache(
IBaseFilter *pFilter
);
Parameters
pFilter
[in] Pointer to the filter to remove from the cache.
Return Value
Returns one of the following HRESULT values.
Value | Description |
E_POINTER | Null pointer argument. |
S_FALSE | Filter was not in the cache. |
S_OK | Filter was successfully removed from the cache. |