Microsoft DirectX 9.0 |
The EnumCacheFilter method enumerates the filters in the filter cache.
Syntax
HRESULT EnumCacheFilter(
IEnumFilters **pEnum
);
Parameters
pEnum
[out] Address of a pointer to the IEnumFilters interface on the filter enumerator.
Return Value
Returns one of the following HRESULT values.
Value | Description |
E_OUTOFMEMORY | Failed to allocate necessary memory. |
E_POINTER | Null pointer argument. |
S_OK | Success. |
See Also