Share via


IMSVidTuner::get_Tune 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_Tune method retrieves the current tune request.

Syntax

HRESULT get_Tune(
  [out] ITuneRequest **ppTR
);

Parameters

[out] ppTR

Pointer to a variable that receives an ITuneRequest interface pointer.

Return value

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

Remarks

The returned ITuneRequest 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_Tune

The Microsoft Unified Tuning Model