IGraphConfig::EnumCacheFilter
Microsoft DirectShow 9.0 |
IGraphConfig::EnumCacheFilter
The EnumCacheFilter method enumerates the filters in the filter cache.
Syntax
HRESULT EnumCacheFilter( IEnumFilters **pEnum );
Parameters
pEnum
[out] Receives a pointer to the IEnumFilters interface on the filter enumerator. The caller must release the interface.
Return Values
Returns one of the following HRESULT values.
Return code | Description |
E_OUTOFMEMORY | Failed to allocate necessary memory. |
E_POINTER | Null pointer argument. |
S_OK | Success. |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also