Microsoft DirectX 9.0 |
The EnumFilters method provides an enumerator for all filters in the graph.
Syntax
HRESULT EnumFilters(
IEnumFilters **ppEnum
);
Parameters
ppEnum
[out] Address of a variable that receives a pointer to the IEnumFilters interface. Use this interface to enumerate the filters. The caller must release the interface.
Return Values
Returns one of the following values.
Value | Description |
S_OK | Success. |
E_OUTOFMEMORY | Insufficient memory to create the enumerator. |
E_POINTER | Null pointer argument. |
See Also