Share via


ITuner::EnumTuningSpaces 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.]

The EnumTuningSpaces method creates a collection of tuning spaces preferred by this implementation.

Syntax

HRESULT EnumTuningSpaces(
  [out] IEnumTuningSpaces **ppEnum
);

Parameters

[out] ppEnum

Address of a IEnumTuningSpaces interface pointer that will be set to the returned collection.

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

This list is a subset of the compatible tuning spaces for this implementation.

Requirements

   
Target Platform Windows
Header tuner.h

See also

Error and Success Codes

ITuner Interface