Microsoft DirectX 9.0 |
Currently not implemented.
The EnumCategoryGUIDs method creates an enumerator for the DirectShow category of filters that support the tuning space.
Syntax
HRESULT EnumCategoryGUIDs(
IEnumGUID** ppEnum
);
Parameters
ppEnum
[out] Address of an IEnumGUID interface pointer that receives the returned enumeration object.
Return Values
Returns E_NOTIMPL.
Remarks
This method is hidden from automation languages.
See Also