ITuningSpace::EnumCategoryGUIDs
Microsoft DirectShow 9.0 |
ITuningSpace::EnumCategoryGUIDs
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.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also