Share via


IMSVidTuner::get_TuningSpace method (segment.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 retrieves the current tuning space.

Syntax

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

Parameters

[out] plTS

Pointer to a variable that receives an ITuningSpace interface pointer.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The returned ITuningSpace interface has an outstanding reference count. The caller must release the interface.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidTuner Interface

IMSVidTuner::put_TuningSpace

The Microsoft Unified Tuning Model