Share via


ITuningSpace::EnumDeviceMonikers 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.]

Note��Currently not implemented.

The EnumDeviceMonikers method creates an enumerator of device monikers representing the tuner filters that support this tuning space.

Syntax

HRESULT EnumDeviceMonikers(
  [out] IEnumMoniker **ppEnum
);

Parameters

[out] ppEnum

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

Return value

Returns E_NOTIMPL.

Remarks

This method is hidden from automation languages.

Requirements

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

See also

ITuningSpace Interface