Share via


ITuningSpace::EnumCategoryGUIDs method (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Currently not implemented.

The EnumCategoryGUIDs method creates an enumerator for the DirectShow category of filters that support the tuning space.

Syntax

HRESULT EnumCategoryGUIDs(
  [out] IEnumGUID **ppEnum
);

Parameters

[out] ppEnum

Address of an IEnumGUID interface pointer that receives the returned enumeration object.

Return value

Returns E_NOTIMPL.

Remarks

This method is hidden from automation languages.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

ITuningSpace Interface