ITuner::get_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 get_TuningSpace method gets the tuning space currently in effect for the Network Provider.

Syntax

HRESULT get_TuningSpace(
  [out] ITuningSpace **TuningSpace
);

Parameters

[out] TuningSpace

Address of an ITuningSpace interface pointer that will be set to the current tuning space.

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