Microsoft DirectX 8.1 (C++) |
(Currently not implemented.) The EnumCategoryGUIDs method creates an enumerator for the DirectShow category GUIDs, representing classes 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