Share via


ITuner::put_TuningSpace 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 put_TuningSpace method sets the tuning space for the Network Provider.

Syntax

HRESULT put_TuningSpace(
  [in] ITuningSpace *TuningSpace
);

Parameters

[in] TuningSpace

Pointer to the tuning space that will be set in the Network Provider.

Return value

When the method is successful, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header tuner.h

See also

Error and Success Codes

ITuner Interface

ITuningSpace Interface